#58486D

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

Shades of Mulled Wine #58486D

Tints of Mulled Wine #58486D

Color information

#58486D (or 0x58486D) is unknown color: approx Mulled Wine. HEX triplet: 58, 48 and 6D. RGB value is (88,72,109). Sum of RGB (Red+Green+Blue) = 88+72+109=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #58486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58486D is #A7B792. Grayscale: #505050. Windows color (decimal): -10991507 or 7161944. OLE color: 7161944.

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

Color convert

RGB8872109-
CMYK0.190.3400.57
HSL265.95º20.44%35.49%-
HSV(B)265.95º33.94%42.75%-
XYZ9.17.8115.5-
YUV81143.8132.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=32.71%
G=26.77%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88721090.190.3400.57265.9520.4435.49
Hex58486D132203910a1423
Octal13011015523420714122443
Binary10110001001000110110110011100010011100110000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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