#585361

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

Shades of Mulled Wine #585361

Tints of Mulled Wine #585361

Color information

#585361 (or 0x585361) is unknown color: approx Mulled Wine. HEX triplet: 58, 53 and 61. RGB value is (88,83,97). Sum of RGB (Red+Green+Blue) = 88+83+97=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #585361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585361 is #A7AC9E. Grayscale: #565656. Windows color (decimal): -10988703 or 6378328. OLE color: 6378328.

HSL color Cylindrical-coordinate representation of color #585361: hue angle of 261.43º degrees, saturation: 0.08, 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 #585361 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888397-
CMYK0.090.1400.62
HSL261.43º7.78%35.29%-
HSV(B)261.43º14.43%38.04%-
XYZ9.289.1212.58-
YUV86.09134.16129.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=32.84%
G=30.97%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8883970.090.1400.62261.437.7835.29
Hex5853619E03E105823
Octal13012314111160764051043
Binary1011000101001111000011001111001111101000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585361; }

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

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

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

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

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

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

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

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