#555981

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

Shades of Comet #555981

Tints of Comet #555981

Color information

#555981 (or 0x555981) is unknown color: approx Comet. HEX triplet: 55, 59 and 81. RGB value is (85,89,129). Sum of RGB (Red+Green+Blue) = 85+89+129=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #555981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555981 is #AAA67E. Grayscale: #5C5C5C. Windows color (decimal): -11183743 or 8477013. OLE color: 8477013.

HSL color Cylindrical-coordinate representation of color #555981: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555981 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8589129-
CMYK0.340.3100.49
HSL234.55º20.56%41.96%-
HSV(B)234.55º34.11%50.59%-
XYZ11.2810.6622.23-
YUV92.36148.67122.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=28.05%
G=29.37%
B=42.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85891290.340.3100.49234.5520.5641.96
Hex555981221F031eb152a
Octal12513120142370613532552
Binary10101011011001100000011000101111101100011110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555981; }

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

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

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

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

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

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

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

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