Html Css Color HEX #59585C Mulled Wine

📋 copy color: '#59585C'

red 89 ◦ green 88 ◦ blue 92

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

Shades of Mulled Wine #59585C

Tints of Mulled Wine #59585C

RGB

 RED value IS 89 (35.16% from 255) = 33.09%

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 33.09%
G = 32.71%
B = 34.2%

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

#59585C (or 0x59585C) is known color: Mulled Wine. HEX triplet: 59, 58 and 5C. RGB value is (89,88,92). Sum of RGB (Red+Green+Blue) = 89+88+92=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 92 - color contains mainly: blue. Hex color #59585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59585C is #A6A7A3. Grayscale: #585858. Windows color (decimal): -10921892 or 6051929. OLE color: 6051929.

HSL color Cylindrical-coordinate representation of color #59585C: 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 #59585C is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 88 92 -
CMYK 0.03 0.04 0 0.64
HSL 255º 0.02% 0.35% -
HSV(B) 255º 0.04% 0.36% -
XYZ 9.54 9.88 11.53 -
YUV 88.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 89 88 92 0.03 0.04 0 0.64 255 0.02 0.35
Hex 59 58 5C 3 4 0 40 FF 2 23
Octal 131 130 134 3 4 0 100 377 2 43
Binary 1011001 1011000 1011100 11 100 0 1000000 11111111 10 100011

Color Harmonies of #59585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59585C

Black with #59585C

Text Example


Text Example

White with #59585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59585C; }

 p { color: rgb(89,88,92); }

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

background-color css

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

 a { background-color: rgb(89,88,92); }

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

border-color css

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

 span { border-color: rgb(89,88,92); }

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