Html Css Color HEX #594656 Purple Taupe

📋 copy color: '#594656'

red 89 ◦ green 70 ◦ blue 86

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

Shades of Purple Taupe #594656

Tints of Purple Taupe #594656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 36.33%
G = 28.57%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#594656 (or 0x594656) is known color: Purple Taupe. HEX triplet: 59, 46 and 56. RGB value is (89,70,86). Sum of RGB (Red+Green+Blue) = 89+70+86=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #594656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594656 is #A6B9A9. Grayscale: #4D4D4D. Windows color (decimal): -10926506 or 5654105. OLE color: 5654105.

HSL color Cylindrical-coordinate representation of color #594656: hue angle of 309.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594656 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 70 86 -
CMYK 0 0.21 0.03 0.65
HSL 309.47º 0.12% 0.31% -
HSV(B) 309.47º 0.21% 0.35% -
XYZ 7.99 7.18 9.77 -
YUV 77.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 89 70 86 0 0.21 0.03 0.65 309.47 0.12 0.31
Hex 59 46 56 0 15 3 41 135 C 1F
Octal 131 106 126 0 25 3 101 465 14 37
Binary 1011001 1000110 1010110 0 10101 11 1000001 100110101 1100 11111

Color Harmonies of #594656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594656

Black with #594656

Text Example


Text Example

White with #594656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594656; }

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

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

background-color css

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

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

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

border-color css

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

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

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