Html Css Color HEX #593A4E Purple Taupe

📋 copy color: '#593A4E'

red 89 ◦ green 58 ◦ blue 78

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

Shades of Purple Taupe #593A4E

Tints of Purple Taupe #593A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 39.56%
G = 25.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#593A4E (or 0x593A4E) is known color: Purple Taupe. HEX triplet: 59, 3A and 4E. RGB value is (89,58,78). Sum of RGB (Red+Green+Blue) = 89+58+78=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #593A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593A4E is #A6C5B1. Grayscale: #454545. Windows color (decimal): -10929586 or 5126745. OLE color: 5126745.

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

Color convert

RGB 89 58 78 -
CMYK 0 0.35 0.12 0.65
HSL 321.29º 0.21% 0.29% -
HSV(B) 321.29º 0.35% 0.35% -
XYZ 7.01 5.7 7.94 -
YUV 69.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 89 58 78 0 0.35 0.12 0.65 321.29 0.21 0.29
Hex 59 3A 4E 0 23 C 41 141 15 1D
Octal 131 72 116 0 43 14 101 501 25 35
Binary 1011001 111010 1001110 0 100011 1100 1000001 101000001 10101 11101

Color Harmonies of #593A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A4E

Black with #593A4E

Text Example


Text Example

White with #593A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593A4E; }

 p { color: rgb(89,58,78); }

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

background-color css

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

 a { background-color: rgb(89,58,78); }

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

border-color css

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

 span { border-color: rgb(89,58,78); }

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