#585460

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

Shades of Mulled Wine #585460

Tints of Mulled Wine #585460

Color information

#585460 (or 0x585460) is unknown color: approx Mulled Wine. HEX triplet: 58, 54 and 60. RGB value is (88,84,96). Sum of RGB (Red+Green+Blue) = 88+84+96=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #585460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585460 is #A7AB9F. Grayscale: #565656. Windows color (decimal): -10988448 or 6313048. OLE color: 6313048.

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

Color convert

RGB888496-
CMYK0.080.1200.62
HSL260º6.67%35.29%-
HSV(B)260º12.5%37.65%-
XYZ9.319.2612.36-
YUV86.56133.33129.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=32.84%
G=31.34%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8884960.080.1200.622606.6735.29
Hex5854608C03E104723
Octal1301241401014076404743
Binary101100010101001100000100011000111110100000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585460; }

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

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

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

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

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

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

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

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