#534E58

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

Shades of Mulled Wine #534E58

Tints of Mulled Wine #534E58

Color information

#534E58 (or 0x534E58) is unknown color: approx Mulled Wine. HEX triplet: 53, 4E and 58. RGB value is (83,78,88). Sum of RGB (Red+Green+Blue) = 83+78+88=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #534E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E58 is #ACB1A7. Grayscale: #505050. Windows color (decimal): -11317672 or 5787219. OLE color: 5787219.

HSL color Cylindrical-coordinate representation of color #534E58: hue angle of 270º 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 #534E58 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837888-
CMYK0.060.1100.65
HSL270º6.02%32.55%-
HSV(B)270º11.36%34.51%-
XYZ8.057.9910.35-
YUV80.63132.16129.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=33.33%
G=31.33%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8378880.060.1100.652706.0232.55
Hex534E586B04110e621
Octal1231161306130101416641
Binary101001110011101011000110101101000001100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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