Html Css Color HEX #534E66 Mulled Wine

📋 copy color: '#534E66'

red 83 ◦ green 78 ◦ blue 102

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

Shades of Mulled Wine #534E66

Tints of Mulled Wine #534E66

RGB

 RED value IS 83 (32.81% from 255) = 31.56%

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

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

R = 31.56%
G = 29.66%
B = 38.78%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#534E66 (or 0x534E66) is known color: Mulled Wine. HEX triplet: 53, 4E and 66. RGB value is (83,78,102). Sum of RGB (Red+Green+Blue) = 83+78+102=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #534E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E66 is #ACB199. Grayscale: #525252. Windows color (decimal): -11317658 or 6704723. OLE color: 6704723.

HSL color Cylindrical-coordinate representation of color #534E66: hue angle of 252.5º 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 #534E66 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 78 102 -
CMYK 0.19 0.24 0 0.6
HSL 252.5º 0.13% 0.35% -
HSV(B) 252.5º 0.24% 0.4% -
XYZ 8.69 8.25 13.7 -
YUV 82.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 83 78 102 0.19 0.24 0 0.6 252.5 0.13 0.35
Hex 53 4E 66 13 18 0 3C FD D 23
Octal 123 116 146 23 30 0 74 375 15 43
Binary 1010011 1001110 1100110 10011 11000 0 111100 11111101 1101 100011

Color Harmonies of #534E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E66

Black with #534E66

Text Example


Text Example

White with #534E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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