#575976

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

Shades of Comet #575976

Tints of Comet #575976

Color information

#575976 (or 0x575976) is unknown color: approx Comet. HEX triplet: 57, 59 and 76. RGB value is (87,89,118). Sum of RGB (Red+Green+Blue) = 87+89+118=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #575976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575976 is #A8A689. Grayscale: #5B5B5B. Windows color (decimal): -11052682 or 7756119. OLE color: 7756119.

HSL color Cylindrical-coordinate representation of color #575976: hue angle of 236.13º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575976 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8789118-
CMYK0.260.2500.54
HSL236.13º15.12%40.2%-
HSV(B)236.13º26.27%46.27%-
XYZ10.7710.4818.59-
YUV91.71142.84124.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=29.59%
G=30.27%
B=40.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87891180.260.2500.54236.1315.1240.2
Hex5759761A19036ecf28
Octal12713116632310663541750
Binary10101111011001111011011010110010110110111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575976; }

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

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

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

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

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

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

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

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