#554F59

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

Shades of Mulled Wine #554F59

Tints of Mulled Wine #554F59

Color information

#554F59 (or 0x554F59) is unknown color: approx Mulled Wine. HEX triplet: 55, 4F and 59. RGB value is (85,79,89). Sum of RGB (Red+Green+Blue) = 85+79+89=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #554F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F59 is #AAB0A6. Grayscale: #515151. Windows color (decimal): -11186343 or 5853013. OLE color: 5853013.

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

Color convert

RGB857989-
CMYK0.040.1100.65
HSL276º5.95%32.94%-
HSV(B)276º11.24%34.9%-
XYZ8.358.2410.6-
YUV81.93131.99130.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=33.60%
G=31.23%
B=35.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8579890.040.1100.652765.9532.94
Hex554F594B041114621
Octal1251171314130101424641
Binary101010110011111011001100101101000001100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F59; }

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

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

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

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

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

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

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

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