#585060

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

Shades of Mulled Wine #585060

Tints of Mulled Wine #585060

Color information

#585060 (or 0x585060) is unknown color: approx Mulled Wine. HEX triplet: 58, 50 and 60. RGB value is (88,80,96). Sum of RGB (Red+Green+Blue) = 88+80+96=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #585060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585060 is #A7AF9F. Grayscale: #545454. Windows color (decimal): -10989472 or 6312024. OLE color: 6312024.

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

Color convert

RGB888096-
CMYK0.080.1700.62
HSL270º9.09%34.51%-
HSV(B)270º16.67%37.65%-
XYZ98.6612.26-
YUV84.22134.65130.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=33.33%
G=30.30%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8880960.080.1700.622709.0934.51
Hex58506081103E10e923
Octal13012014010210764161143
Binary10110001010000110000010001000101111101000011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585060; }

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

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

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

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

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

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

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

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