#58565E

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

Shades of Mulled Wine #58565E

Tints of Mulled Wine #58565E

Color information

#58565E (or 0x58565E) is unknown color: approx Mulled Wine. HEX triplet: 58, 56 and 5E. RGB value is (88,86,94). Sum of RGB (Red+Green+Blue) = 88+86+94=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #58565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565E is #A7A9A1. Grayscale: #575757. Windows color (decimal): -10987938 or 6182488. OLE color: 6182488.

HSL color Cylindrical-coordinate representation of color #58565E: hue angle of 255º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58565E is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB888694-
CMYK0.060.0900.63
HSL255º4.44%35.29%-
HSV(B)255º8.51%36.86%-
XYZ9.379.5411.94-
YUV87.51131.66128.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=32.84%
G=32.09%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8886940.060.0900.632554.4435.29
Hex58565E6903Fff423
Octal130126136611077377443
Binary1011000101011010111101101001011111111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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