#534860

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

Shades of Mulled Wine #534860

Tints of Mulled Wine #534860

Color information

#534860 (or 0x534860) is unknown color: approx Mulled Wine. HEX triplet: 53, 48 and 60. RGB value is (83,72,96). Sum of RGB (Red+Green+Blue) = 83+72+96=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #534860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534860 is #ACB79F. Grayscale: #4D4D4D. Windows color (decimal): -11319200 or 6309971. OLE color: 6309971.

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

Color convert

RGB837296-
CMYK0.140.2500.62
HSL267.5º14.29%32.94%-
HSV(B)267.5º25%37.65%-
XYZ87.3212.06-
YUV78.02138.14131.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=33.07%
G=28.69%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8372960.140.2500.62267.514.2932.94
Hex534860E1903E10ce21
Octal12311014016310764141641
Binary10100111001000110000011101100101111101000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534860; }

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

 H1.HeaderClassName
 {
   color: #534860;
 }
 .AnyTagClassName
 {
   color: #534860;
 }
</style>
background-color css

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

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

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

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

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

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