Html Css Color HEX #585160 Mulled Wine

📋 copy color: '#585160'

red 88 ◦ green 81 ◦ blue 96

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

Shades of Mulled Wine #585160

Tints of Mulled Wine #585160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 33.21%
G = 30.57%
B = 36.23%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585160 (or 0x585160) is known color: Mulled Wine. HEX triplet: 58, 51 and 60. RGB value is (88,81,96). Sum of RGB (Red+Green+Blue) = 88+81+96=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #585160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585160 is #A7AE9F. Grayscale: #545454. Windows color (decimal): -10989216 or 6312280. OLE color: 6312280.

HSL color Cylindrical-coordinate representation of color #585160: hue angle of 268º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585160 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 81 96 -
CMYK 0.08 0.16 0 0.62
HSL 268º 0.08% 0.35% -
HSV(B) 268º 0.16% 0.38% -
XYZ 9.08 8.8 12.29 -
YUV 84.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 88 81 96 0.08 0.16 0 0.62 268 0.08 0.35
Hex 58 51 60 8 10 0 3E 10C 8 23
Octal 130 121 140 10 20 0 76 414 10 43
Binary 1011000 1010001 1100000 1000 10000 0 111110 100001100 1000 100011

Color Harmonies of #585160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585160

Black with #585160

Text Example


Text Example

White with #585160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585160; }

 p { color: rgb(88,81,96); }

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

background-color css

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

 a { background-color: rgb(88,81,96); }

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

border-color css

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

 span { border-color: rgb(88,81,96); }

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