#565559

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

Shades of Mulled Wine #565559

Tints of Mulled Wine #565559

Color information

#565559 (or 0x565559) is unknown color: approx Mulled Wine. HEX triplet: 56, 55 and 59. RGB value is (86,85,89). Sum of RGB (Red+Green+Blue) = 86+85+89=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #565559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565559 is #A9AAA6. Grayscale: #555555. Windows color (decimal): -11119271 or 5854550. OLE color: 5854550.

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

Color convert

RGB868589-
CMYK0.030.0400.65
HSL255º2.3%34.12%-
HSV(B)255º4.49%34.9%-
XYZ8.899.210.76-
YUV85.76129.83128.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=33.08%
G=32.69%
B=34.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8685890.030.0400.652552.334.12
Hex56555934041ff222
Octal126125131340101377242
Binary10101101010101101100111100010000011111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565559; }

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

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

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

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

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

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

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

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