#56515D

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

Shades of Mulled Wine #56515D

Tints of Mulled Wine #56515D

Color information

#56515D (or 0x56515D) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 5D. RGB value is (86,81,93). Sum of RGB (Red+Green+Blue) = 86+81+93=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #56515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515D is #A9AEA2. Grayscale: #535353. Windows color (decimal): -11120291 or 6115670. OLE color: 6115670.

HSL color Cylindrical-coordinate representation of color #56515D: hue angle of 265º 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 #56515D is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868193-
CMYK0.080.1300.64
HSL265º6.9%34.12%-
HSV(B)265º12.9%36.47%-
XYZ8.768.6511.56-
YUV83.86133.16129.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=33.08%
G=31.15%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8681930.080.1300.642656.934.12
Hex56515D8D040109722
Octal12612113510150100411742
Binary1010110101000110111011000110101000000100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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