#56555A

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

Shades of Mulled Wine #56555A

Tints of Mulled Wine #56555A

Color information

#56555A (or 0x56555A) is unknown color: approx Mulled Wine. HEX triplet: 56, 55 and 5A. RGB value is (86,85,90). Sum of RGB (Red+Green+Blue) = 86+85+90=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #56555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555A is #A9AAA5. Grayscale: #555555. Windows color (decimal): -11119270 or 5920086. OLE color: 5920086.

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

Color convert

RGB868590-
CMYK0.040.0600.65
HSL252º2.86%34.31%-
HSV(B)252º5.56%35.29%-
XYZ8.939.2110.98-
YUV85.87130.33128.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=32.95%
G=32.57%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8685900.040.0600.652522.8634.31
Hex56555A46041fc322
Octal126125132460101374342
Binary101011010101011011010100110010000011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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