Html Css Color HEX #594054 Purple Taupe

📋 copy color: '#594054'

red 89 ◦ green 64 ◦ blue 84

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

Shades of Purple Taupe #594054

Tints of Purple Taupe #594054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 37.55%
G = 27%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#594054 (or 0x594054) is known color: Purple Taupe. HEX triplet: 59, 40 and 54. RGB value is (89,64,84). Sum of RGB (Red+Green+Blue) = 89+64+84=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #594054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594054 is #A6BFAB. Grayscale: #494949. Windows color (decimal): -10928044 or 5521497. OLE color: 5521497.

HSL color Cylindrical-coordinate representation of color #594054: hue angle of 312º 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 #594054 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 84 -
CMYK 0 0.28 0.06 0.65
HSL 312º 0.16% 0.3% -
HSV(B) 312º 0.28% 0.35% -
XYZ 7.55 6.43 9.23 -
YUV 73.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 89 64 84 0 0.28 0.06 0.65 312 0.16 0.3
Hex 59 40 54 0 1C 6 41 138 10 1E
Octal 131 100 124 0 34 6 101 470 20 36
Binary 1011001 1000000 1010100 0 11100 110 1000001 100111000 10000 11110

Color Harmonies of #594054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594054

Black with #594054

Text Example


Text Example

White with #594054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594054; }

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

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

background-color css

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

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

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

border-color css

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

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

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