#53515D

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

Shades of Mulled Wine #53515D

Tints of Mulled Wine #53515D

Color information

#53515D (or 0x53515D) is unknown color: approx Mulled Wine. HEX triplet: 53, 51 and 5D. RGB value is (83,81,93). Sum of RGB (Red+Green+Blue) = 83+81+93=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #53515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515D is #ACAEA2. Grayscale: #525252. Windows color (decimal): -11316899 or 6115667. OLE color: 6115667.

HSL color Cylindrical-coordinate representation of color #53515D: hue angle of 250º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53515D is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB838193-
CMYK0.110.1300.64
HSL250º6.9%34.12%-
HSV(B)250º12.9%36.47%-
XYZ8.498.5111.55-
YUV82.97133.66128.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=32.30%
G=31.52%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8381930.110.1300.642506.934.12
Hex53515DBD040fa722
Octal12312113513150100372742
Binary101001110100011011101101111010100000011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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