#175578

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

Shades of Orient #175578

Tints of Orient #175578

Color information

#175578 (or 0x175578) is unknown color: approx Orient. HEX triplet: 17, 55 and 78. RGB value is (23,85,120). Sum of RGB (Red+Green+Blue) = 23+85+120=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #175578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175578 is #E8AA87. Grayscale: #464646. Windows color (decimal): -15248008 or 7886103. OLE color: 7886103.

HSL color Cylindrical-coordinate representation of color #175578: hue angle of 201.65º 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 #175578 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2385120-
CMYK0.810.2900.53
HSL201.65º67.83%28.04%-
HSV(B)201.65º80.83%47.06%-
XYZ6.998.0418.95-
YUV70.45155.9694.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=10.09%
G=37.28%
B=52.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23851200.810.2900.53201.6567.8328.04
Hex175578511D035ca441c
Octal271251701213506531210434
Binary1011110101011111000101000111101011010111001010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175578; }

 p { color: rgb(23,85,120); }

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

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

 a { background-color: rgb(23,85,120); }

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

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

 span { border-color: rgb(23,85,120); }

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