#524C58

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

Shades of Mulled Wine #524C58

Tints of Mulled Wine #524C58

Color information

#524C58 (or 0x524C58) is unknown color: approx Mulled Wine. HEX triplet: 52, 4C and 58. RGB value is (82,76,88). Sum of RGB (Red+Green+Blue) = 82+76+88=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #524C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C58 is #ADB3A7. Grayscale: #4F4F4F. Windows color (decimal): -11383720 or 5786706. OLE color: 5786706.

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

Color convert

RGB827688-
CMYK0.070.1400.65
HSL270º7.32%32.16%-
HSV(B)270º13.64%34.51%-
XYZ7.837.6710.3-
YUV79.16132.99130.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=33.33%
G=30.89%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8276880.070.1400.652707.3232.16
Hex524C587E04110e720
Octal1221141307160101416740
Binary101001010011001011000111111001000001100001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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