#53515B

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

Shades of Mulled Wine #53515B

Tints of Mulled Wine #53515B

Color information

#53515B (or 0x53515B) is unknown color: approx Mulled Wine. HEX triplet: 53, 51 and 5B. RGB value is (83,81,91). Sum of RGB (Red+Green+Blue) = 83+81+91=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #53515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515B is #ACAEA4. Grayscale: #525252. Windows color (decimal): -11316901 or 5984595. OLE color: 5984595.

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

Color convert

RGB838191-
CMYK0.090.1100.64
HSL252º5.81%33.73%-
HSV(B)252º10.99%35.69%-
XYZ8.48.4811.09-
YUV82.74132.66128.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=32.55%
G=31.76%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8381910.090.1100.642525.8133.73
Hex53515B9B040fc622
Octal12312113311130100374642
Binary101001110100011011011100110110100000011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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