#555159

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

Shades of Mulled Wine #555159

Tints of Mulled Wine #555159

Color information

#555159 (or 0x555159) is unknown color: approx Mulled Wine. HEX triplet: 55, 51 and 59. RGB value is (85,81,89). Sum of RGB (Red+Green+Blue) = 85+81+89=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #555159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555159 is #AAAEA6. Grayscale: #535353. Windows color (decimal): -11185831 or 5853525. OLE color: 5853525.

HSL color Cylindrical-coordinate representation of color #555159: hue angle of 270º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555159 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858189-
CMYK0.040.0900.65
HSL270º4.71%33.33%-
HSV(B)270º8.99%34.9%-
XYZ8.498.5410.65-
YUV83.11131.33129.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=33.33%
G=31.76%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8581890.040.0900.652704.7133.33
Hex5551594904110e521
Octal1251211314110101416541
Binary101010110100011011001100100101000001100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555159; }

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

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

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

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

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

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

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

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