Html Css Color HEX #594051 Purple Taupe

📋 copy color: '#594051'

red 89 ◦ green 64 ◦ blue 81

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

Shades of Purple Taupe #594051

Tints of Purple Taupe #594051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 38.03%
G = 27.35%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#594051 (or 0x594051) is known color: Purple Taupe. HEX triplet: 59, 40 and 51. RGB value is (89,64,81). Sum of RGB (Red+Green+Blue) = 89+64+81=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594051 is #A6BFAE. Grayscale: #494949. Windows color (decimal): -10928047 or 5324889. OLE color: 5324889.

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

Color convert

RGB 89 64 81 -
CMYK 0 0.28 0.09 0.65
HSL 319.2º 0.16% 0.3% -
HSV(B) 319.2º 0.28% 0.35% -
XYZ 7.44 6.38 8.62 -
YUV 73.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 89 64 81 0 0.28 0.09 0.65 319.2 0.16 0.3
Hex 59 40 51 0 1C 9 41 13F 10 1E
Octal 131 100 121 0 34 11 101 477 20 36
Binary 1011001 1000000 1010001 0 11100 1001 1000001 100111111 10000 11110

Color Harmonies of #594051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594051

Black with #594051

Text Example


Text Example

White with #594051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594051; }

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

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

background-color css

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

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

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

border-color css

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

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

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