#58535D

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

Shades of Mulled Wine #58535D

Tints of Mulled Wine #58535D

Color information

#58535D (or 0x58535D) is unknown color: approx Mulled Wine. HEX triplet: 58, 53 and 5D. RGB value is (88,83,93). Sum of RGB (Red+Green+Blue) = 88+83+93=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #58535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58535D is #A7ACA2. Grayscale: #555555. Windows color (decimal): -10988707 or 6116184. OLE color: 6116184.

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

Color convert

RGB888393-
CMYK0.050.1100.64
HSL270º5.68%34.51%-
HSV(B)270º10.75%36.47%-
XYZ9.099.0511.62-
YUV85.64132.16129.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=33.33%
G=31.44%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8883930.050.1100.642705.6834.51
Hex58535D5B04010e623
Octal1301231355130100416643
Binary101100010100111011101101101101000000100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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