Html Css Color HEX #594E57 Purple Taupe

📋 copy color: '#594E57'

red 89 ◦ green 78 ◦ blue 87

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

Shades of Purple Taupe #594E57

Tints of Purple Taupe #594E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 35.04%
G = 30.71%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#594E57 (or 0x594E57) is known color: Purple Taupe. HEX triplet: 59, 4E and 57. RGB value is (89,78,87). Sum of RGB (Red+Green+Blue) = 89+78+87=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #594E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E57 is #A6B1A8. Grayscale: #525252. Windows color (decimal): -10924457 or 5721689. OLE color: 5721689.

HSL color Cylindrical-coordinate representation of color #594E57: hue angle of 310.91º 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 #594E57 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 87 -
CMYK 0 0.12 0.02 0.65
HSL 310.91º 0.07% 0.33% -
HSV(B) 310.91º 0.12% 0.35% -
XYZ 8.56 8.26 10.16 -
YUV 82.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 89 78 87 0 0.12 0.02 0.65 310.91 0.07 0.33
Hex 59 4E 57 0 C 2 41 137 7 21
Octal 131 116 127 0 14 2 101 467 7 41
Binary 1011001 1001110 1010111 0 1100 10 1000001 100110111 111 100001

Color Harmonies of #594E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E57

Black with #594E57

Text Example


Text Example

White with #594E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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