#524659

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

Shades of Mulled Wine #524659

Tints of Mulled Wine #524659

Color information

#524659 (or 0x524659) is unknown color: approx Mulled Wine. HEX triplet: 52, 46 and 59. RGB value is (82,70,89). Sum of RGB (Red+Green+Blue) = 82+70+89=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #524659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524659 is #ADB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11385255 or 5850706. OLE color: 5850706.

HSL color Cylindrical-coordinate representation of color #524659: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524659 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB827089-
CMYK0.080.2100.65
HSL277.89º11.95%31.18%-
HSV(B)277.89º21.35%34.9%-
XYZ7.476.910.39-
YUV75.75135.48132.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=34.02%
G=29.05%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8270890.080.2100.65277.8911.9531.18
Hex524659815041116c1f
Octal122106131102501014261437
Binary10100101000110101100110001010101000001100010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524659; }

 p { color: rgb(82,70,89); }

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

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

 a { background-color: rgb(82,70,89); }

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

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

 span { border-color: rgb(82,70,89); }

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