#555976

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

Shades of Comet #555976

Tints of Comet #555976

Color information

#555976 (or 0x555976) is unknown color: approx Comet. HEX triplet: 55, 59 and 76. RGB value is (85,89,118). Sum of RGB (Red+Green+Blue) = 85+89+118=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #555976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555976 is #AAA689. Grayscale: #5A5A5A. Windows color (decimal): -11183754 or 7756117. OLE color: 7756117.

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

Color convert

RGB8589118-
CMYK0.280.2500.54
HSL232.73º16.26%39.8%-
HSV(B)232.73º27.97%46.27%-
XYZ10.5910.3818.59-
YUV91.11143.17123.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=29.11%
G=30.48%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85891180.280.2500.54232.7316.2639.8
Hex5559761C19036e91028
Octal12513116634310663512050
Binary101010110110011110110111001100101101101110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555976; }

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

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

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

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

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

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

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

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