Html Css Color HEX #534560 Mulled Wine

📋 copy color: '#534560'

red 83 ◦ green 69 ◦ blue 96

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

Shades of Mulled Wine #534560

Tints of Mulled Wine #534560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 33.47%
G = 27.82%
B = 38.71%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534560 (or 0x534560) is known color: Mulled Wine. HEX triplet: 53, 45 and 60. RGB value is (83,69,96). Sum of RGB (Red+Green+Blue) = 83+69+96=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #534560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534560 is #ACBA9F. Grayscale: #4C4C4C. Windows color (decimal): -11319968 or 6309203. OLE color: 6309203.

HSL color Cylindrical-coordinate representation of color #534560: hue angle of 271.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534560 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 69 96 -
CMYK 0.14 0.28 0 0.62
HSL 271.11º 0.16% 0.32% -
HSV(B) 271.11º 0.28% 0.38% -
XYZ 7.81 6.94 11.99 -
YUV 76.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 83 69 96 0.14 0.28 0 0.62 271.11 0.16 0.32
Hex 53 45 60 E 1C 0 3E 10F 10 20
Octal 123 105 140 16 34 0 76 417 20 40
Binary 1010011 1000101 1100000 1110 11100 0 111110 100001111 10000 100000

Color Harmonies of #534560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534560

Black with #534560

Text Example


Text Example

White with #534560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534560; }

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

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

background-color css

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

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

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

border-color css

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

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

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