#56515A

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

Shades of Mulled Wine #56515A

Tints of Mulled Wine #56515A

Color information

#56515A (or 0x56515A) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 5A. RGB value is (86,81,90). Sum of RGB (Red+Green+Blue) = 86+81+90=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #56515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515A is #A9AEA5. Grayscale: #535353. Windows color (decimal): -11120294 or 5919062. OLE color: 5919062.

HSL color Cylindrical-coordinate representation of color #56515A: hue angle of 273.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56515A is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB868190-
CMYK0.040.100.65
HSL273.33º5.26%33.53%-
HSV(B)273.33º10%35.29%-
XYZ8.638.610.88-
YUV83.52131.66129.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=33.46%
G=31.52%
B=35.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8681900.040.100.65273.335.2633.53
Hex56515A4A041111522
Octal1261211324120101421542
Binary101011010100011011010100101001000001100010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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