#58545D

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

Shades of Mulled Wine #58545D

Tints of Mulled Wine #58545D

Color information

#58545D (or 0x58545D) is unknown color: approx Mulled Wine. HEX triplet: 58, 54 and 5D. RGB value is (88,84,93). Sum of RGB (Red+Green+Blue) = 88+84+93=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #58545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58545D is #A7ABA2. Grayscale: #565656. Windows color (decimal): -10988451 or 6116440. OLE color: 6116440.

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

Color convert

RGB888493-
CMYK0.050.1000.64
HSL266.67º5.08%34.71%-
HSV(B)266.67º9.68%36.47%-
XYZ9.179.2111.65-
YUV86.22131.83129.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=33.21%
G=31.70%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8884930.050.1000.64266.675.0834.71
Hex58545D5A04010b523
Octal1301241355120100413543
Binary101100010101001011101101101001000000100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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