#524E58

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

Shades of Mulled Wine #524E58

Tints of Mulled Wine #524E58

Color information

#524E58 (or 0x524E58) is unknown color: approx Mulled Wine. HEX triplet: 52, 4E and 58. RGB value is (82,78,88). Sum of RGB (Red+Green+Blue) = 82+78+88=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #524E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E58 is #ADB1A7. Grayscale: #505050. Windows color (decimal): -11383208 or 5787218. OLE color: 5787218.

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

Color convert

RGB827888-
CMYK0.070.1100.65
HSL264º6.02%32.55%-
HSV(B)264º11.36%34.51%-
XYZ7.977.9510.35-
YUV80.34132.33129.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=33.06%
G=31.45%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8278880.070.1100.652646.0232.55
Hex524E587B041108621
Octal1221161307130101410641
Binary101001010011101011000111101101000001100001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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