Html Css Color HEX #58575A Mulled Wine

📋 copy color: '#58575A'

red 88 ◦ green 87 ◦ blue 90

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

Shades of Mulled Wine #58575A

Tints of Mulled Wine #58575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 33.21%
G = 32.83%
B = 33.96%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58575A (or 0x58575A) is known color: Mulled Wine. HEX triplet: 58, 57 and 5A. RGB value is (88,87,90). Sum of RGB (Red+Green+Blue) = 88+87+90=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: blue. Hex color #58575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58575A is #A7A8A5. Grayscale: #575757. Windows color (decimal): -10987686 or 5920600. OLE color: 5920600.

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

Color convert

RGB 88 87 90 -
CMYK 0.02 0.03 0 0.65
HSL 260º 0.02% 0.35% -
HSV(B) 260º 0.03% 0.35% -
XYZ 9.28 9.63 11.04 -
YUV 87.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 88 87 90 0.02 0.03 0 0.65 260 0.02 0.35
Hex 58 57 5A 2 3 0 41 104 2 23
Octal 130 127 132 2 3 0 101 404 2 43
Binary 1011000 1010111 1011010 10 11 0 1000001 100000100 10 100011

Color Harmonies of #58575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58575A

Black with #58575A

Text Example


Text Example

White with #58575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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