#555882

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

Shades of Comet #555882

Tints of Comet #555882

Color information

#555882 (or 0x555882) is unknown color: approx Comet. HEX triplet: 55, 58 and 82. RGB value is (85,88,130). Sum of RGB (Red+Green+Blue) = 85+88+130=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #555882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555882 is #AAA77D. Grayscale: #5B5B5B. Windows color (decimal): -11183998 or 8542293. OLE color: 8542293.

HSL color Cylindrical-coordinate representation of color #555882: hue angle of 236º 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 #555882 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8588130-
CMYK0.350.3200.49
HSL236º20.93%42.16%-
HSV(B)236º34.62%50.98%-
XYZ11.2710.5222.56-
YUV91.89149.51123.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=28.05%
G=29.04%
B=42.90%

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
Decimal85881300.350.3200.4923620.9342.16
Hex5558822320031ec152a
Octal12513020243400613542552
Binary101010110110001000001010001110000001100011110110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555882; }

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

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

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

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

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

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

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

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