Html Css Color HEX #524C59 Mulled Wine

📋 copy color: '#524C59'

red 82 ◦ green 76 ◦ blue 89

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

Shades of Mulled Wine #524C59

Tints of Mulled Wine #524C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 33.2%
G = 30.77%
B = 36.03%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524C59 (or 0x524C59) is known color: Mulled Wine. HEX triplet: 52, 4C and 59. RGB value is (82,76,89). Sum of RGB (Red+Green+Blue) = 82+76+89=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #524C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C59 is #ADB3A6. Grayscale: #4F4F4F. Windows color (decimal): -11383719 or 5852242. OLE color: 5852242.

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

Color convert

RGB 82 76 89 -
CMYK 0.08 0.15 0 0.65
HSL 267.69º 0.08% 0.32% -
HSV(B) 267.69º 0.15% 0.35% -
XYZ 7.87 7.68 10.52 -
YUV 79.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 82 76 89 0.08 0.15 0 0.65 267.69 0.08 0.32
Hex 52 4C 59 8 F 0 41 10C 8 20
Octal 122 114 131 10 17 0 101 414 10 40
Binary 1010010 1001100 1011001 1000 1111 0 1000001 100001100 1000 100000

Color Harmonies of #524C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C59

Black with #524C59

Text Example


Text Example

White with #524C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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