#56515F

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

Shades of Mulled Wine #56515F

Tints of Mulled Wine #56515F

Color information

#56515F (or 0x56515F) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 5F. RGB value is (86,81,95). Sum of RGB (Red+Green+Blue) = 86+81+95=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #56515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515F is #A9AEA0. Grayscale: #545454. Windows color (decimal): -11120289 or 6246742. OLE color: 6246742.

HSL color Cylindrical-coordinate representation of color #56515F: hue angle of 261.43º 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 #56515F is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB868195-
CMYK0.090.1500.63
HSL261.43º7.95%34.51%-
HSV(B)261.43º14.74%37.25%-
XYZ8.858.6912.04-
YUV84.09134.16129.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=32.82%
G=30.92%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8681950.090.1500.63261.437.9534.51
Hex56515F9F03F105823
Octal12612113711170774051043
Binary1010110101000110111111001111101111111000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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