Html Css Color HEX #524E5C Mulled Wine

📋 copy color: '#524E5C'

red 82 ◦ green 78 ◦ blue 92

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

Shades of Mulled Wine #524E5C

Tints of Mulled Wine #524E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 32.54%
G = 30.95%
B = 36.51%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#524E5C (or 0x524E5C) is known color: Mulled Wine. HEX triplet: 52, 4E and 5C. RGB value is (82,78,92). Sum of RGB (Red+Green+Blue) = 82+78+92=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #524E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E5C is #ADB1A3. Grayscale: #505050. Windows color (decimal): -11383204 or 6049362. OLE color: 6049362.

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

Color convert

RGB 82 78 92 -
CMYK 0.11 0.15 0 0.64
HSL 257.14º 0.08% 0.33% -
HSV(B) 257.14º 0.15% 0.36% -
XYZ 8.14 8.02 11.24 -
YUV 80.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 82 78 92 0.11 0.15 0 0.64 257.14 0.08 0.33
Hex 52 4E 5C B F 0 40 101 8 21
Octal 122 116 134 13 17 0 100 401 10 41
Binary 1010010 1001110 1011100 1011 1111 0 1000000 100000001 1000 100001

Color Harmonies of #524E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E5C

Black with #524E5C

Text Example


Text Example

White with #524E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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