Html Css Color HEX #594E56 Purple Taupe

📋 copy color: '#594E56'

red 89 ◦ green 78 ◦ blue 86

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

Shades of Purple Taupe #594E56

Tints of Purple Taupe #594E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.83%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 35.18%
G = 30.83%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#594E56 (or 0x594E56) is known color: Purple Taupe. HEX triplet: 59, 4E and 56. RGB value is (89,78,86). Sum of RGB (Red+Green+Blue) = 89+78+86=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #594E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E56 is #A6B1A9. Grayscale: #525252. Windows color (decimal): -10924458 or 5656153. OLE color: 5656153.

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

Color convert

RGB 89 78 86 -
CMYK 0 0.12 0.03 0.65
HSL 316.36º 0.07% 0.33% -
HSV(B) 316.36º 0.12% 0.35% -
XYZ 8.52 8.24 9.95 -
YUV 82.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 89 78 86 0 0.12 0.03 0.65 316.36 0.07 0.33
Hex 59 4E 56 0 C 3 41 13C 7 21
Octal 131 116 126 0 14 3 101 474 7 41
Binary 1011001 1001110 1010110 0 1100 11 1000001 100111100 111 100001

Color Harmonies of #594E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E56

Black with #594E56

Text Example


Text Example

White with #594E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594E56; }

 p { color: rgb(89,78,86); }

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

background-color css

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

 a { background-color: rgb(89,78,86); }

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

border-color css

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

 span { border-color: rgb(89,78,86); }

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