#524C5D

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

Shades of Mulled Wine #524C5D

Tints of Mulled Wine #524C5D

Color information

#524C5D (or 0x524C5D) is unknown color: approx Mulled Wine. HEX triplet: 52, 4C and 5D. RGB value is (82,76,93). Sum of RGB (Red+Green+Blue) = 82+76+93=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #524C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C5D is #ADB3A2. Grayscale: #4F4F4F. Windows color (decimal): -11383715 or 6114386. OLE color: 6114386.

HSL color Cylindrical-coordinate representation of color #524C5D: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524C5D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB827693-
CMYK0.120.1800.64
HSL261.18º10.06%33.14%-
HSV(B)261.18º18.28%36.47%-
XYZ8.047.7511.43-
YUV79.73135.49129.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=32.67%
G=30.28%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8276930.120.1800.64261.1810.0633.14
Hex524C5DC12040105a21
Octal122114135142201004051241
Binary101001010011001011101110010010010000001000001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,93); }

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

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

 a { background-color: rgb(82,76,93); }

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

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

 span { border-color: rgb(82,76,93); }

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