#555879

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

Shades of Comet #555879

Tints of Comet #555879

Color information

#555879 (or 0x555879) is unknown color: approx Comet. HEX triplet: 55, 58 and 79. RGB value is (85,88,121). Sum of RGB (Red+Green+Blue) = 85+88+121=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #555879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555879 is #AAA786. Grayscale: #5A5A5A. Windows color (decimal): -11184007 or 7952469. OLE color: 7952469.

HSL color Cylindrical-coordinate representation of color #555879: hue angle of 235º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555879 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8588121-
CMYK0.300.2700.53
HSL235º17.48%40.39%-
HSV(B)235º29.75%47.45%-
XYZ10.6910.2919.51-
YUV90.86145.01123.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=28.91%
G=29.93%
B=41.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85881210.300.2700.5323517.4840.39
Hex5558791E1B035eb1128
Octal12513017136330653532150
Binary101010110110001111001111101101101101011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555879; }

 p { color: rgb(85,88,121); }

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

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

 a { background-color: rgb(85,88,121); }

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

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

 span { border-color: rgb(85,88,121); }

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