#575C78

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

Shades of Comet #575C78

Tints of Comet #575C78

Color information

#575C78 (or 0x575C78) is unknown color: approx Comet. HEX triplet: 57, 5C and 78. RGB value is (87,92,120). Sum of RGB (Red+Green+Blue) = 87+92+120=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #575C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C78 is #A8A387. Grayscale: #5D5D5D. Windows color (decimal): -11051912 or 7887959. OLE color: 7887959.

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

Color convert

RGB8792120-
CMYK0.280.2300.53
HSL230.91º15.94%40.59%-
HSV(B)230.91º27.5%47.06%-
XYZ11.1511.0419.31-
YUV93.7142.84123.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=29.10%
G=30.77%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87921200.280.2300.53230.9115.9440.59
Hex575C781C17035e71029
Octal12713417034270653472051
Binary101011110111001111000111001011101101011110011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C78; }

 p { color: rgb(87,92,120); }

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

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

 a { background-color: rgb(87,92,120); }

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

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

 span { border-color: rgb(87,92,120); }

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