#555982

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

Shades of Comet #555982

Tints of Comet #555982

Color information

#555982 (or 0x555982) is unknown color: approx Comet. HEX triplet: 55, 59 and 82. RGB value is (85,89,130). Sum of RGB (Red+Green+Blue) = 85+89+130=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #555982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555982 is #AAA67D. Grayscale: #5C5C5C. Windows color (decimal): -11183742 or 8542549. OLE color: 8542549.

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

Color convert

RGB8589130-
CMYK0.350.3200.49
HSL234.67º20.93%42.16%-
HSV(B)234.67º34.62%50.98%-
XYZ11.3510.6922.58-
YUV92.48149.17122.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=27.96%
G=29.28%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85891300.350.3200.49234.6720.9342.16
Hex5559822320031eb152a
Octal12513120243400613532552
Binary101010110110011000001010001110000001100011110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555982; }

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

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

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

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

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

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

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

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