Html Css Color HEX #58565D Mulled Wine

📋 copy color: '#58565D'

red 88 ◦ green 86 ◦ blue 93

#58565D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #58565D

Tints of Mulled Wine #58565D

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 value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58565D (or 0x58565D) is known color: 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

RGB 88 86 93 -
CMYK 0.05 0.08 0 0.64
HSL 257.14º 0.04% 0.35% -
HSV(B) 257.14º 0.08% 0.36% -
XYZ 9.33 9.52 11.7 -
YUV 87.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 88 86 93 0.05 0.08 0 0.64 257.14 0.04 0.35
Hex 58 56 5D 5 8 0 40 101 4 23
Octal 130 126 135 5 10 0 100 401 4 43
Binary 1011000 1010110 1011101 101 1000 0 1000000 100000001 100 100011

Color Harmonies of #58565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58565D

Black with #58565D

Text Example


Text Example

White with #58565D

Text Example


Text Example

HTML Codes & Css Web 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>