#58565D

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

Shades of Mulled Wine #58565D

Tints of Mulled Wine #58565D

Color information

#58565D (or 0x58565D) is unknown color: approx Mulled Wine. HEX triplet: 58, 56 and 5D. RGB value is (88,86,93). Sum of RGB (Red+Green+Blue) = 88+86+93=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #58565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565D is #A7A9A2. Grayscale: #575757. Windows color (decimal): -10987939 or 6116952. OLE color: 6116952.

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

Color convert

RGB888693-
CMYK0.050.0800.64
HSL257.14º3.91%35.1%-
HSV(B)257.14º7.53%36.47%-
XYZ9.339.5211.7-
YUV87.4131.16128.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=32.96%
G=32.21%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8886930.050.0800.64257.143.9135.1
Hex58565D58040101423
Octal1301261355100100401443
Binary101100010101101011101101100001000000100000001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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