#555776

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

Shades of Comet #555776

Tints of Comet #555776

Color information

#555776 (or 0x555776) is unknown color: approx Comet. HEX triplet: 55, 57 and 76. RGB value is (85,87,118). Sum of RGB (Red+Green+Blue) = 85+87+118=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #555776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555776 is #AAA889. Grayscale: #595959. Windows color (decimal): -11184266 or 7755605. OLE color: 7755605.

HSL color Cylindrical-coordinate representation of color #555776: hue angle of 236.36º 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 #555776 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8587118-
CMYK0.280.2600.54
HSL236.36º16.26%39.8%-
HSV(B)236.36º27.97%46.27%-
XYZ10.4210.0618.53-
YUV89.94143.84124.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=29.31%
G=30%
B=40.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85871180.280.2600.54236.3616.2639.8
Hex5557761C1A036ec1028
Octal12512716634320663542050
Binary101010110101111110110111001101001101101110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555776; }

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

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

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

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

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

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

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

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