#575B77

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

Shades of Comet #575B77

Tints of Comet #575B77

Color information

#575B77 (or 0x575B77) is unknown color: approx Comet. HEX triplet: 57, 5B and 77. RGB value is (87,91,119). Sum of RGB (Red+Green+Blue) = 87+91+119=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #575B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B77 is #A8A488. Grayscale: #5C5C5C. Windows color (decimal): -11052169 or 7822167. OLE color: 7822167.

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

Color convert

RGB8791119-
CMYK0.270.2400.53
HSL232.5º15.53%40.39%-
HSV(B)232.5º26.89%46.67%-
XYZ1110.8418.97-
YUV93142.67123.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=29.29%
G=30.64%
B=40.07%

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
Decimal87911190.270.2400.53232.515.5340.39
Hex575B771B18035e81028
Octal12713316733300653502050
Binary101011110110111110111110111100001101011110100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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