Html Css Color HEX #58486D Mulled Wine

📋 copy color: '#58486D'

red 88 ◦ green 72 ◦ blue 109

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

Shades of Mulled Wine #58486D

Tints of Mulled Wine #58486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 32.71%
G = 26.77%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58486D (or 0x58486D) is known color: Mulled Wine. HEX triplet: 58, 48 and 6D. RGB value is (88,72,109). Sum of RGB (Red+Green+Blue) = 88+72+109=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #58486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58486D is #A7B792. Grayscale: #505050. Windows color (decimal): -10991507 or 7161944. OLE color: 7161944.

HSL color Cylindrical-coordinate representation of color #58486D: hue angle of 265.95º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58486D is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 72 109 -
CMYK 0.19 0.34 0 0.57
HSL 265.95º 0.2% 0.35% -
HSV(B) 265.95º 0.34% 0.43% -
XYZ 9.1 7.81 15.5 -
YUV 81 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 88 72 109 0.19 0.34 0 0.57 265.95 0.2 0.35
Hex 58 48 6D 13 22 0 39 10A 14 23
Octal 130 110 155 23 42 0 71 412 24 43
Binary 1011000 1001000 1101101 10011 100010 0 111001 100001010 10100 100011

Color Harmonies of #58486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58486D

Black with #58486D

Text Example


Text Example

White with #58486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,72,109); }

 H1.HeaderClassName
 {
   color: #58486D;
 }
 .AnyTagClassName
 {
   color: #58486D;
 }
</style>

background-color css

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

 a { background-color: rgb(88,72,109); }

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

border-color css

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

 span { border-color: rgb(88,72,109); }

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