Html Css Color HEX #594655 Purple Taupe

📋 copy color: '#594655'

red 89 ◦ green 70 ◦ blue 85

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

Shades of Purple Taupe #594655

Tints of Purple Taupe #594655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 36.48%
G = 28.69%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594655 (or 0x594655) is known color: Purple Taupe. HEX triplet: 59, 46 and 55. RGB value is (89,70,85). Sum of RGB (Red+Green+Blue) = 89+70+85=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594655 is #A6B9AA. Grayscale: #4D4D4D. Windows color (decimal): -10926507 or 5588569. OLE color: 5588569.

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

Color convert

RGB 89 70 85 -
CMYK 0 0.21 0.04 0.65
HSL 312.63º 0.12% 0.31% -
HSV(B) 312.63º 0.21% 0.35% -
XYZ 7.95 7.16 9.56 -
YUV 77.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 89 70 85 0 0.21 0.04 0.65 312.63 0.12 0.31
Hex 59 46 55 0 15 4 41 139 C 1F
Octal 131 106 125 0 25 4 101 471 14 37
Binary 1011001 1000110 1010101 0 10101 100 1000001 100111001 1100 11111

Color Harmonies of #594655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594655

Black with #594655

Text Example


Text Example

White with #594655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594655; }

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

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

background-color css

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

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

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

border-color css

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

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

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