#585560

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

Shades of Mulled Wine #585560

Tints of Mulled Wine #585560

Color information

#585560 (or 0x585560) is unknown color: approx Mulled Wine. HEX triplet: 58, 55 and 60. RGB value is (88,85,96). Sum of RGB (Red+Green+Blue) = 88+85+96=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #585560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585560 is #A7AA9F. Grayscale: #575757. Windows color (decimal): -10988192 or 6313304. OLE color: 6313304.

HSL color Cylindrical-coordinate representation of color #585560: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585560 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888596-
CMYK0.080.1100.62
HSL256.36º6.08%35.49%-
HSV(B)256.36º11.46%37.65%-
XYZ9.389.4212.39-
YUV87.15132.99128.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=32.71%
G=31.60%
B=35.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8885960.080.1100.62256.366.0835.49
Hex5855608B03E100623
Octal1301251401013076400643
Binary101100010101011100000100010110111110100000000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585560; }

 p { color: rgb(88,85,96); }

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

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

 a { background-color: rgb(88,85,96); }

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

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

 span { border-color: rgb(88,85,96); }

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