#524E55

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

Shades of Mulled Wine #524E55

Tints of Mulled Wine #524E55

Color information

#524E55 (or 0x524E55) is unknown color: approx Mulled Wine. HEX triplet: 52, 4E and 55. RGB value is (82,78,85). Sum of RGB (Red+Green+Blue) = 82+78+85=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #524E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E55 is #ADB1AA. Grayscale: #4F4F4F. Windows color (decimal): -11383211 or 5590610. OLE color: 5590610.

HSL color Cylindrical-coordinate representation of color #524E55: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #524E55 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB827885-
CMYK0.040.0800.67
HSL274.29º4.29%31.96%-
HSV(B)274.29º8.24%33.33%-
XYZ7.847.99.71-
YUV79.99130.83129.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=33.47%
G=31.84%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8278850.040.0800.67274.294.2931.96
Hex524E5548043112420
Octal1221161254100103422440
Binary101001010011101010101100100001000011100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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