Html Css Color HEX #524F59 Mulled Wine

📋 copy color: '#524F59'

red 82 ◦ green 79 ◦ blue 89

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

Shades of Mulled Wine #524F59

Tints of Mulled Wine #524F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 32.8%
G = 31.6%
B = 35.6%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524F59 (or 0x524F59) is known color: Mulled Wine. HEX triplet: 52, 4F and 59. RGB value is (82,79,89). Sum of RGB (Red+Green+Blue) = 82+79+89=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #524F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F59 is #ADB0A6. Grayscale: #515151. Windows color (decimal): -11382951 or 5853010. OLE color: 5853010.

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

Color convert

RGB 82 79 89 -
CMYK 0.08 0.11 0 0.65
HSL 258º 0.06% 0.33% -
HSV(B) 258º 0.11% 0.35% -
XYZ 8.08 8.11 10.59 -
YUV 81.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 82 79 89 0.08 0.11 0 0.65 258 0.06 0.33
Hex 52 4F 59 8 B 0 41 102 6 21
Octal 122 117 131 10 13 0 101 402 6 41
Binary 1010010 1001111 1011001 1000 1011 0 1000001 100000010 110 100001

Color Harmonies of #524F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F59

Black with #524F59

Text Example


Text Example

White with #524F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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