Html Css Color HEX #594056 Purple Taupe

📋 copy color: '#594056'

red 89 ◦ green 64 ◦ blue 86

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

Shades of Purple Taupe #594056

Tints of Purple Taupe #594056

RGB

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

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

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

R = 37.24%
G = 26.78%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#594056 (or 0x594056) is known color: Purple Taupe. HEX triplet: 59, 40 and 56. RGB value is (89,64,86). Sum of RGB (Red+Green+Blue) = 89+64+86=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #594056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594056 is #A6BFA9. Grayscale: #494949. Windows color (decimal): -10928042 or 5652569. OLE color: 5652569.

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

Color convert

RGB 89 64 86 -
CMYK 0 0.28 0.03 0.65
HSL 307.2º 0.16% 0.3% -
HSV(B) 307.2º 0.28% 0.35% -
XYZ 7.63 6.46 9.65 -
YUV 73.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 89 64 86 0 0.28 0.03 0.65 307.2 0.16 0.3
Hex 59 40 56 0 1C 3 41 133 10 1E
Octal 131 100 126 0 34 3 101 463 20 36
Binary 1011001 1000000 1010110 0 11100 11 1000001 100110011 10000 11110

Color Harmonies of #594056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594056

Black with #594056

Text Example


Text Example

White with #594056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594056; }

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

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

background-color css

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

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

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

border-color css

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

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

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