#555676

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

Shades of Comet #555676

Tints of Comet #555676

Color information

#555676 (or 0x555676) is unknown color: approx Comet. HEX triplet: 55, 56 and 76. RGB value is (85,86,118). Sum of RGB (Red+Green+Blue) = 85+86+118=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #555676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555676 is #AAA989. Grayscale: #595959. Windows color (decimal): -11184522 or 7755349. OLE color: 7755349.

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

Color convert

RGB8586118-
CMYK0.280.2700.54
HSL238.18º16.26%39.8%-
HSV(B)238.18º27.97%46.27%-
XYZ10.349.8918.5-
YUV89.35144.17124.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=29.41%
G=29.76%
B=40.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85861180.280.2700.54238.1816.2639.8
Hex5556761C1B036ee1028
Octal12512616634330663562050
Binary101010110101101110110111001101101101101110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555676; }

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

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

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

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

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

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

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

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