#575D78

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

Shades of Comet #575D78

Tints of Comet #575D78

Color information

#575D78 (or 0x575D78) is unknown color: approx Comet. HEX triplet: 57, 5D and 78. RGB value is (87,93,120). Sum of RGB (Red+Green+Blue) = 87+93+120=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #575D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D78 is #A8A287. Grayscale: #5E5E5E. Windows color (decimal): -11051656 or 7888215. OLE color: 7888215.

HSL color Cylindrical-coordinate representation of color #575D78: hue angle of 229.09º 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 #575D78 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8793120-
CMYK0.280.2200.53
HSL229.09º15.94%40.59%-
HSV(B)229.09º27.5%47.06%-
XYZ11.2311.2119.34-
YUV94.28142.51122.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 120 (47.27% from 255) = 40%
R=29%
G=31%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87931200.280.2200.53229.0915.9440.59
Hex575D781C16035e51029
Octal12713517034260653452051
Binary101011110111011111000111001011001101011110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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