#555679

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

Shades of Comet #555679

Tints of Comet #555679

Color information

#555679 (or 0x555679) is unknown color: approx Comet. HEX triplet: 55, 56 and 79. RGB value is (85,86,121). Sum of RGB (Red+Green+Blue) = 85+86+121=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #555679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555679 is #AAA986. Grayscale: #595959. Windows color (decimal): -11184519 or 7951957. OLE color: 7951957.

HSL color Cylindrical-coordinate representation of color #555679: hue angle of 238.33º 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 #555679 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8586121-
CMYK0.300.2900.53
HSL238.33º17.48%40.39%-
HSV(B)238.33º29.75%47.45%-
XYZ10.539.9719.46-
YUV89.69145.67124.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=29.11%
G=29.45%
B=41.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85861210.300.2900.53238.3317.4840.39
Hex5556791E1D035ee1128
Octal12512617136350653562150
Binary101010110101101111001111101110101101011110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555679; }

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

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

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

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

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

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

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

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