#585160

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

Shades of Mulled Wine #585160

Tints of Mulled Wine #585160

Color information

#585160 (or 0x585160) is unknown color: approx Mulled Wine. HEX triplet: 58, 51 and 60. RGB value is (88,81,96). Sum of RGB (Red+Green+Blue) = 88+81+96=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #585160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585160 is #A7AE9F. Grayscale: #545454. Windows color (decimal): -10989216 or 6312280. OLE color: 6312280.

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

Color convert

RGB888196-
CMYK0.080.1600.62
HSL268º8.47%34.71%-
HSV(B)268º15.62%37.65%-
XYZ9.088.812.29-
YUV84.8134.32130.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=33.21%
G=30.57%
B=36.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8881960.080.1600.622688.4734.71
Hex58516081003E10c823
Octal13012114010200764141043
Binary10110001010001110000010001000001111101000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585160; }

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

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

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

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

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

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

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

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