Html Css Color HEX #585461 Mulled Wine

📋 copy color: '#585461'

red 88 ◦ green 84 ◦ blue 97

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

Shades of Mulled Wine #585461

Tints of Mulled Wine #585461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 97 (38.28% from 255) = 36.06%

R = 32.71%
G = 31.23%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585461 (or 0x585461) is known color: Mulled Wine. HEX triplet: 58, 54 and 61. RGB value is (88,84,97). Sum of RGB (Red+Green+Blue) = 88+84+97=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #585461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585461 is #A7AB9E. Grayscale: #565656. Windows color (decimal): -10988447 or 6378584. OLE color: 6378584.

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

Color convert

RGB 88 84 97 -
CMYK 0.09 0.13 0 0.62
HSL 258.46º 0.07% 0.35% -
HSV(B) 258.46º 0.13% 0.38% -
XYZ 9.35 9.28 12.61 -
YUV 86.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 88 84 97 0.09 0.13 0 0.62 258.46 0.07 0.35
Hex 58 54 61 9 D 0 3E 102 7 23
Octal 130 124 141 11 15 0 76 402 7 43
Binary 1011000 1010100 1100001 1001 1101 0 111110 100000010 111 100011

Color Harmonies of #585461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585461

Black with #585461

Text Example


Text Example

White with #585461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585461; }

 p { color: rgb(88,84,97); }

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

background-color css

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

 a { background-color: rgb(88,84,97); }

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

border-color css

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

 span { border-color: rgb(88,84,97); }

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