Html Css Color HEX #58575B Mulled Wine

📋 copy color: '#58575B'

red 88 ◦ green 87 ◦ blue 91

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

Shades of Mulled Wine #58575B

Tints of Mulled Wine #58575B

RGB

 RED value IS 88 (34.77% from 255) = 33.08%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 33.08%
G = 32.71%
B = 34.21%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58575B (or 0x58575B) is known color: Mulled Wine. HEX triplet: 58, 57 and 5B. RGB value is (88,87,91). Sum of RGB (Red+Green+Blue) = 88+87+91=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 91 - color contains mainly: blue. Hex color #58575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58575B is #A7A8A4. Grayscale: #575757. Windows color (decimal): -10987685 or 5986136. OLE color: 5986136.

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

Color convert

RGB 88 87 91 -
CMYK 0.03 0.04 0 0.64
HSL 255º 0.02% 0.35% -
HSV(B) 255º 0.04% 0.36% -
XYZ 9.32 9.65 11.27 -
YUV 87.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 88 87 91 0.03 0.04 0 0.64 255 0.02 0.35
Hex 58 57 5B 3 4 0 40 FF 2 23
Octal 130 127 133 3 4 0 100 377 2 43
Binary 1011000 1010111 1011011 11 100 0 1000000 11111111 10 100011

Color Harmonies of #58575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58575B

Black with #58575B

Text Example


Text Example

White with #58575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58575B; }

 p { color: rgb(88,87,91); }

 H1.HeaderClassName
 {
   color: #58575B;
 }
 .AnyTagClassName
 {
   color: #58575B;
 }
</style>

background-color css

<style>
 a { background-color: #58575B; }

 a { background-color: rgb(88,87,91); }

 div.DivClassName
 {
   background-color: #58575B;
 }
 .BgClassName
 {
   background-color: #58575B;
 }
</style>

border-color css

<style>
 span { border-color: #58575B; }

 span { border-color: rgb(88,87,91); }

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