#58555D

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

Shades of Mulled Wine #58555D

Tints of Mulled Wine #58555D

Color information

#58555D (or 0x58555D) is unknown color: approx Mulled Wine. HEX triplet: 58, 55 and 5D. RGB value is (88,85,93). Sum of RGB (Red+Green+Blue) = 88+85+93=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #58555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58555D is #A7AAA2. Grayscale: #565656. Windows color (decimal): -10988195 or 6116696. OLE color: 6116696.

HSL color Cylindrical-coordinate representation of color #58555D: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58555D is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888593-
CMYK0.050.0900.64
HSL262.5º4.49%34.9%-
HSV(B)262.5º8.6%36.47%-
XYZ9.259.3611.68-
YUV86.81131.49128.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=33.08%
G=31.95%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8885930.050.0900.64262.54.4934.9
Hex58555D59040106423
Octal1301251355110100406443
Binary101100010101011011101101100101000000100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,85,93); }

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

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

 a { background-color: rgb(88,85,93); }

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

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

 span { border-color: rgb(88,85,93); }

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