#175C77

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

Shades of Orient #175C77

Tints of Orient #175C77

Color information

#175C77 (or 0x175C77) is unknown color: approx Orient. HEX triplet: 17, 5C and 77. RGB value is (23,92,119). Sum of RGB (Red+Green+Blue) = 23+92+119=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #175C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C77 is #E8A388. Grayscale: #4A4A4A. Windows color (decimal): -15246217 or 7822359. OLE color: 7822359.

HSL color Cylindrical-coordinate representation of color #175C77: hue angle of 196.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175C77 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2392119-
CMYK0.810.2300.53
HSL196.88º67.61%27.84%-
HSV(B)196.88º80.67%46.67%-
XYZ7.519.1718.83-
YUV74.45153.1491.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.83%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=9.83%
G=39.32%
B=50.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23921190.810.2300.53196.8867.6127.84
Hex175C775117035c5441c
Octal271341671212706530510434
Binary1011110111001110111101000110111011010111000101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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