#524B59

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

Shades of Mulled Wine #524B59

Tints of Mulled Wine #524B59

Color information

#524B59 (or 0x524B59) is unknown color: approx Mulled Wine. HEX triplet: 52, 4B and 59. RGB value is (82,75,89). Sum of RGB (Red+Green+Blue) = 82+75+89=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #524B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B59 is #ADB4A6. Grayscale: #4E4E4E. Windows color (decimal): -11383975 or 5851986. OLE color: 5851986.

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

Color convert

RGB827589-
CMYK0.080.1600.65
HSL270º8.54%32.16%-
HSV(B)270º15.73%34.9%-
XYZ7.87.5510.5-
YUV78.69133.82130.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=33.33%
G=30.49%
B=36.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8275890.080.1600.652708.5432.16
Hex524B5981004110e920
Octal122113131102001014161140
Binary101001010010111011001100010000010000011000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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