Html Css Color HEX #594057 Purple Taupe

📋 copy color: '#594057'

red 89 ◦ green 64 ◦ blue 87

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

Shades of Purple Taupe #594057

Tints of Purple Taupe #594057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 37.08%
G = 26.67%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#594057 (or 0x594057) is known color: Purple Taupe. HEX triplet: 59, 40 and 57. RGB value is (89,64,87). Sum of RGB (Red+Green+Blue) = 89+64+87=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594057 is #A6BFA8. Grayscale: #4A4A4A. Windows color (decimal): -10928041 or 5718105. OLE color: 5718105.

HSL color Cylindrical-coordinate representation of color #594057: hue angle of 304.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #594057 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 87 -
CMYK 0 0.28 0.02 0.65
HSL 304.8º 0.16% 0.3% -
HSV(B) 304.8º 0.28% 0.35% -
XYZ 7.67 6.48 9.86 -
YUV 74.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 89 64 87 0 0.28 0.02 0.65 304.8 0.16 0.3
Hex 59 40 57 0 1C 2 41 131 10 1E
Octal 131 100 127 0 34 2 101 461 20 36
Binary 1011001 1000000 1010111 0 11100 10 1000001 100110001 10000 11110

Color Harmonies of #594057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594057

Black with #594057

Text Example


Text Example

White with #594057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594057; }

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

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

background-color css

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

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

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

border-color css

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

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

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