#534E59

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

Shades of Mulled Wine #534E59

Tints of Mulled Wine #534E59

Color information

#534E59 (or 0x534E59) is unknown color: approx Mulled Wine. HEX triplet: 53, 4E and 59. RGB value is (83,78,89). Sum of RGB (Red+Green+Blue) = 83+78+89=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #534E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E59 is #ACB1A6. Grayscale: #505050. Windows color (decimal): -11317671 or 5852755. OLE color: 5852755.

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

Color convert

RGB837889-
CMYK0.070.1200.65
HSL267.27º6.59%32.75%-
HSV(B)267.27º12.36%34.9%-
XYZ8.098.0110.57-
YUV80.75132.66129.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=33.2%
G=31.2%
B=35.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8378890.070.1200.65267.276.5932.75
Hex534E597C04110b721
Octal1231161317140101413741
Binary101001110011101011001111110001000001100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534E59; }

 p { color: rgb(83,78,89); }

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

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

 a { background-color: rgb(83,78,89); }

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

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

 span { border-color: rgb(83,78,89); }

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