#534560

Color #534560 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #534560

Tints of Mulled Wine #534560

Color information

#534560 (or 0x534560) is unknown color: approx 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

RGB836996-
CMYK0.140.2800.62
HSL271.11º16.36%32.35%-
HSV(B)271.11º28.12%37.65%-
XYZ7.816.9411.99-
YUV76.26139.14132.8-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8369960.140.2800.62271.1116.3632.35
Hex534560E1C03E10f1020
Octal12310514016340764172040
Binary101001110001011100000111011100011111010000111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>