Html Css Color HEX #524E66 Mulled Wine

📋 copy color: '#524E66'

red 82 ◦ green 78 ◦ blue 102

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

Shades of Mulled Wine #524E66

Tints of Mulled Wine #524E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 31.3%
G = 29.77%
B = 38.93%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#524E66 (or 0x524E66) is known color: Mulled Wine. HEX triplet: 52, 4E and 66. RGB value is (82,78,102). Sum of RGB (Red+Green+Blue) = 82+78+102=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #524E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E66 is #ADB199. Grayscale: #515151. Windows color (decimal): -11383194 or 6704722. OLE color: 6704722.

HSL color Cylindrical-coordinate representation of color #524E66: hue angle of 250º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #524E66 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 78 102 -
CMYK 0.20 0.24 0 0.6
HSL 250º 0.13% 0.35% -
HSV(B) 250º 0.24% 0.4% -
XYZ 8.6 8.2 13.7 -
YUV 81.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 82 78 102 0.20 0.24 0 0.6 250 0.13 0.35
Hex 52 4E 66 14 18 0 3C FA D 23
Octal 122 116 146 24 30 0 74 372 15 43
Binary 1010010 1001110 1100110 10100 11000 0 111100 11111010 1101 100011

Color Harmonies of #524E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E66

Black with #524E66

Text Example


Text Example

White with #524E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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