#524E56

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

Shades of Mulled Wine #524E56

Tints of Mulled Wine #524E56

Color information

#524E56 (or 0x524E56) is unknown color: approx Mulled Wine. HEX triplet: 52, 4E and 56. RGB value is (82,78,86). Sum of RGB (Red+Green+Blue) = 82+78+86=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 86 - color contains mainly: blue. Hex color #524E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E56 is #ADB1A9. Grayscale: #505050. Windows color (decimal): -11383210 or 5656146. OLE color: 5656146.

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

Color convert

RGB827886-
CMYK0.050.0900.66
HSL270º4.88%32.16%-
HSV(B)270º9.3%33.73%-
XYZ7.887.919.92-
YUV80.11131.33129.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=33.33%
G=31.71%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8278860.050.0900.662704.8832.16
Hex524E565904210e520
Octal1221161265110102416540
Binary101001010011101010110101100101000010100001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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