Html Css Color HEX #534E60 Mulled Wine

📋 copy color: '#534E60'

red 83 ◦ green 78 ◦ blue 96

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

Shades of Mulled Wine #534E60

Tints of Mulled Wine #534E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 32.3%
G = 30.35%
B = 37.35%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534E60 (or 0x534E60) is known color: Mulled Wine. HEX triplet: 53, 4E and 60. RGB value is (83,78,96). Sum of RGB (Red+Green+Blue) = 83+78+96=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #534E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E60 is #ACB19F. Grayscale: #515151. Windows color (decimal): -11317664 or 6311507. OLE color: 6311507.

HSL color Cylindrical-coordinate representation of color #534E60: hue angle of 256.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534E60 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 78 96 -
CMYK 0.14 0.19 0 0.62
HSL 256.67º 0.1% 0.34% -
HSV(B) 256.67º 0.19% 0.38% -
XYZ 8.4 8.13 12.19 -
YUV 81.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 83 78 96 0.14 0.19 0 0.62 256.67 0.1 0.34
Hex 53 4E 60 E 13 0 3E 101 A 22
Octal 123 116 140 16 23 0 76 401 12 42
Binary 1010011 1001110 1100000 1110 10011 0 111110 100000001 1010 100010

Color Harmonies of #534E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E60

Black with #534E60

Text Example


Text Example

White with #534E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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