Html Css Color HEX #59394E Purple Taupe

📋 copy color: '#59394E'

red 89 ◦ green 57 ◦ blue 78

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

Shades of Purple Taupe #59394E

Tints of Purple Taupe #59394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 39.73%
G = 25.45%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59394E (or 0x59394E) is known color: Purple Taupe. HEX triplet: 59, 39 and 4E. RGB value is (89,57,78). Sum of RGB (Red+Green+Blue) = 89+57+78=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #59394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59394E is #A6C6B1. Grayscale: #444444. Windows color (decimal): -10929842 or 5126489. OLE color: 5126489.

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

Color convert

RGB 89 57 78 -
CMYK 0 0.36 0.12 0.65
HSL 320.63º 0.22% 0.29% -
HSV(B) 320.63º 0.36% 0.35% -
XYZ 6.96 5.6 7.92 -
YUV 68.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 89 57 78 0 0.36 0.12 0.65 320.63 0.22 0.29
Hex 59 39 4E 0 24 C 41 141 16 1D
Octal 131 71 116 0 44 14 101 501 26 35
Binary 1011001 111001 1001110 0 100100 1100 1000001 101000001 10110 11101

Color Harmonies of #59394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59394E

Black with #59394E

Text Example


Text Example

White with #59394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59394E; }

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

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

background-color css

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

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

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

border-color css

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

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

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