#555979

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

Shades of Comet #555979

Tints of Comet #555979

Color information

#555979 (or 0x555979) is unknown color: approx Comet. HEX triplet: 55, 59 and 79. RGB value is (85,89,121). Sum of RGB (Red+Green+Blue) = 85+89+121=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #555979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555979 is #AAA686. Grayscale: #5B5B5B. Windows color (decimal): -11183751 or 7952725. OLE color: 7952725.

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

Color convert

RGB8589121-
CMYK0.300.2600.53
HSL233.33º17.48%40.39%-
HSV(B)233.33º29.75%47.45%-
XYZ10.7710.4619.54-
YUV91.45144.67123.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=28.81%
G=30.17%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85891210.300.2600.53233.3317.4840.39
Hex5559791E1A035e91128
Octal12513117136320653512150
Binary101010110110011111001111101101001101011110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555979; }

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

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

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

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

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

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

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

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