#575A77

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

Shades of Comet #575A77

Tints of Comet #575A77

Color information

#575A77 (or 0x575A77) is unknown color: approx Comet. HEX triplet: 57, 5A and 77. RGB value is (87,90,119). Sum of RGB (Red+Green+Blue) = 87+90+119=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #575A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A77 is #A8A588. Grayscale: #5C5C5C. Windows color (decimal): -11052425 or 7821911. OLE color: 7821911.

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

Color convert

RGB8790119-
CMYK0.270.2400.53
HSL234.38º15.53%40.39%-
HSV(B)234.38º26.89%46.67%-
XYZ10.9210.6718.94-
YUV92.41143.01124.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=29.39%
G=30.41%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87901190.270.2400.53234.3815.5340.39
Hex575A771B18035ea1028
Octal12713216733300653522050
Binary101011110110101110111110111100001101011110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,119); }

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

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

 a { background-color: rgb(87,90,119); }

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

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

 span { border-color: rgb(87,90,119); }

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