#175C73

Color #175C73 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #175C73

Tints of Orient #175C73

Color information

#175C73 (or 0x175C73) is unknown color: approx Orient. HEX triplet: 17, 5C and 73. RGB value is (23,92,115). Sum of RGB (Red+Green+Blue) = 23+92+115=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #175C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C73 is #E8A38C. Grayscale: #494949. Windows color (decimal): -15246221 or 7560215. OLE color: 7560215.

HSL color Cylindrical-coordinate representation of color #175C73: hue angle of 195º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175C73 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2392115-
CMYK0.800.2000.55
HSL195º66.67%27.06%-
HSV(B)195º80%45.1%-
XYZ7.289.0717.59-
YUV73.99151.1491.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 10%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23921150.800.2000.5519566.6727.06
Hex175C735014037c3431b
Octal271341631202406730310333
Binary1011110111001110011101000010100011011111000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175C73; }

 p { color: rgb(23,92,115); }

 H1.HeaderClassName
 {
   color: #175C73;
 }
 .AnyTagClassName
 {
   color: #175C73;
 }
</style>
background-color css

<style>
 a { background-color: #175C73; }

 a { background-color: rgb(23,92,115); }

 div.DivClassName
 {
   background-color: #175C73;
 }
 .BgClassName
 {
   background-color: #175C73;
 }
</style>
border-color css

<style>
 span { border-color: #175C73; }

 span { border-color: rgb(23,92,115); }

 td.TdClassName
 {
   border-color: #175C73;
 }
 .TagClassName
 {
   border-color: #175C73;
 }
</style>