#53515F

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

Shades of Mulled Wine #53515F

Tints of Mulled Wine #53515F

Color information

#53515F (or 0x53515F) is unknown color: approx Mulled Wine. HEX triplet: 53, 51 and 5F. RGB value is (83,81,95). Sum of RGB (Red+Green+Blue) = 83+81+95=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #53515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515F is #ACAEA0. Grayscale: #535353. Windows color (decimal): -11316897 or 6246739. OLE color: 6246739.

HSL color Cylindrical-coordinate representation of color #53515F: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53515F is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB838195-
CMYK0.130.1500.63
HSL248.57º7.95%34.51%-
HSV(B)248.57º14.74%37.25%-
XYZ8.588.5512.02-
YUV83.19134.66127.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=32.05%
G=31.27%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8381950.130.1500.63248.577.9534.51
Hex53515FDF03Ff9823
Octal12312113715170773711043
Binary101001110100011011111110111110111111111110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53515F; }

 p { color: rgb(83,81,95); }

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

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

 a { background-color: rgb(83,81,95); }

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

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

 span { border-color: rgb(83,81,95); }

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