Html Css Color HEX #524B59 Mulled Wine

📋 copy color: '#524B59'

red 82 ◦ green 75 ◦ blue 89

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

Shades of Mulled Wine #524B59

Tints of Mulled Wine #524B59

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 value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524B59 (or 0x524B59) is known color: 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

RGB 82 75 89 -
CMYK 0.08 0.16 0 0.65
HSL 270º 0.09% 0.32% -
HSV(B) 270º 0.16% 0.35% -
XYZ 7.8 7.55 10.5 -
YUV 78.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 82 75 89 0.08 0.16 0 0.65 270 0.09 0.32
Hex 52 4B 59 8 10 0 41 10E 9 20
Octal 122 113 131 10 20 0 101 416 11 40
Binary 1010010 1001011 1011001 1000 10000 0 1000001 100001110 1001 100000

Color Harmonies of #524B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B59

Black with #524B59

Text Example


Text Example

White with #524B59

Text Example


Text Example

HTML Codes & Css Web 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>