#575977

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

Shades of Comet #575977

Tints of Comet #575977

Color information

#575977 (or 0x575977) is unknown color: approx Comet. HEX triplet: 57, 59 and 77. RGB value is (87,89,119). Sum of RGB (Red+Green+Blue) = 87+89+119=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #575977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575977 is #A8A688. Grayscale: #5B5B5B. Windows color (decimal): -11052681 or 7821655. OLE color: 7821655.

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

Color convert

RGB8789119-
CMYK0.270.2500.53
HSL236.25º15.53%40.39%-
HSV(B)236.25º26.89%46.67%-
XYZ10.8310.518.91-
YUV91.82143.34124.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=29.49%
G=30.17%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87891190.270.2500.53236.2515.5340.39
Hex5759771B19035ec1028
Octal12713116733310653542050
Binary101011110110011110111110111100101101011110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575977; }

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

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

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

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

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

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

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

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