#585360

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

Shades of Mulled Wine #585360

Tints of Mulled Wine #585360

Color information

#585360 (or 0x585360) is unknown color: approx Mulled Wine. HEX triplet: 58, 53 and 60. RGB value is (88,83,96). Sum of RGB (Red+Green+Blue) = 88+83+96=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #585360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585360 is #A7AC9F. Grayscale: #555555. Windows color (decimal): -10988704 or 6312792. OLE color: 6312792.

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

Color convert

RGB888396-
CMYK0.080.1400.62
HSL263.08º7.26%35.1%-
HSV(B)263.08º13.54%37.65%-
XYZ9.239.1112.34-
YUV85.98133.66129.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=32.96%
G=31.09%
B=35.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8883960.080.1400.62263.087.2635.1
Hex5853608E03E107723
Octal1301231401016076407743
Binary101100010100111100000100011100111110100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585360; }

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

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

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

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

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

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

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

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