#56545D

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

Shades of Mulled Wine #56545D

Tints of Mulled Wine #56545D

Color information

#56545D (or 0x56545D) is unknown color: approx Mulled Wine. HEX triplet: 56, 54 and 5D. RGB value is (86,84,93). Sum of RGB (Red+Green+Blue) = 86+84+93=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #56545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56545D is #A9ABA2. Grayscale: #555555. Windows color (decimal): -11119523 or 6116438. OLE color: 6116438.

HSL color Cylindrical-coordinate representation of color #56545D: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56545D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868493-
CMYK0.080.1000.64
HSL253.33º5.08%34.71%-
HSV(B)253.33º9.68%36.47%-
XYZ8.989.1111.64-
YUV85.62132.16128.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=32.70%
G=31.94%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8684930.080.1000.64253.335.0834.71
Hex56545D8A040fd523
Octal12612413510120100375543
Binary101011010101001011101100010100100000011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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