#58496D

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

Shades of Mulled Wine #58496D

Tints of Mulled Wine #58496D

Color information

#58496D (or 0x58496D) is unknown color: approx Mulled Wine. HEX triplet: 58, 49 and 6D. RGB value is (88,73,109). Sum of RGB (Red+Green+Blue) = 88+73+109=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #58496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58496D is #A7B692. Grayscale: #515151. Windows color (decimal): -10991251 or 7162200. OLE color: 7162200.

HSL color Cylindrical-coordinate representation of color #58496D: hue angle of 265º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58496D is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8873109-
CMYK0.190.3300.57
HSL265º19.78%35.69%-
HSV(B)265º33.03%42.75%-
XYZ9.177.9415.52-
YUV81.59143.47132.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=32.59%
G=27.04%
B=40.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88731090.190.3300.5726519.7835.69
Hex58496D13210391091424
Octal13011115523410714112444
Binary10110001001001110110110011100001011100110000100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58496D; }

 p { color: rgb(88,73,109); }

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

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

 a { background-color: rgb(88,73,109); }

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

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

 span { border-color: rgb(88,73,109); }

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