#56555B

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

Shades of Mulled Wine #56555B

Tints of Mulled Wine #56555B

Color information

#56555B (or 0x56555B) is unknown color: approx Mulled Wine. HEX triplet: 56, 55 and 5B. RGB value is (86,85,91). Sum of RGB (Red+Green+Blue) = 86+85+91=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #56555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555B is #A9AAA4. Grayscale: #555555. Windows color (decimal): -11119269 or 5985622. OLE color: 5985622.

HSL color Cylindrical-coordinate representation of color #56555B: hue angle of 250º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #56555B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868591-
CMYK0.050.0700.64
HSL250º3.41%34.51%-
HSV(B)250º6.59%35.69%-
XYZ8.979.2311.21-
YUV85.98130.83128.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=32.82%
G=32.44%
B=34.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8685910.050.0700.642503.4134.51
Hex56555B57040fa323
Octal126125133570100372343
Binary101011010101011011011101111010000001111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,85,91); }

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

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

 a { background-color: rgb(86,85,91); }

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

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

 span { border-color: rgb(86,85,91); }

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