Html Css Color HEX #524E59 Mulled Wine

📋 copy color: '#524E59'

red 82 ◦ green 78 ◦ blue 89

#524E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #524E59

Tints of Mulled Wine #524E59

RGB

 RED value IS 82 (32.42% from 255) = 32.93%

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 32.93%
G = 31.33%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524E59 (or 0x524E59) is known color: Mulled Wine. HEX triplet: 52, 4E and 59. RGB value is (82,78,89). Sum of RGB (Red+Green+Blue) = 82+78+89=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #524E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E59 is #ADB1A6. Grayscale: #505050. Windows color (decimal): -11383207 or 5852754. OLE color: 5852754.

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

Color convert

RGB 82 78 89 -
CMYK 0.08 0.12 0 0.65
HSL 261.82º 0.07% 0.33% -
HSV(B) 261.82º 0.12% 0.35% -
XYZ 8.01 7.96 10.57 -
YUV 80.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 82 78 89 0.08 0.12 0 0.65 261.82 0.07 0.33
Hex 52 4E 59 8 C 0 41 106 7 21
Octal 122 116 131 10 14 0 101 406 7 41
Binary 1010010 1001110 1011001 1000 1100 0 1000001 100000110 111 100001

Color Harmonies of #524E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E59

Black with #524E59

Text Example


Text Example

White with #524E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #524E59;
 }
 .AnyTagClassName
 {
   color: #524E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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