Html Css Color HEX #593550 Purple Taupe

📋 copy color: '#593550'

red 89 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #593550

Tints of Purple Taupe #593550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 40.09%
G = 23.87%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#593550 (or 0x593550) is known color: Purple Taupe. HEX triplet: 59, 35 and 50. RGB value is (89,53,80). Sum of RGB (Red+Green+Blue) = 89+53+80=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #593550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593550 is #A6CAAF. Grayscale: #424242. Windows color (decimal): -10930864 or 5256537. OLE color: 5256537.

HSL color Cylindrical-coordinate representation of color #593550: hue angle of 315º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #593550 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 80 -
CMYK 0 0.40 0.10 0.65
HSL 315º 0.25% 0.28% -
HSV(B) 315º 0.4% 0.35% -
XYZ 6.84 5.25 8.24 -
YUV 66.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 89 53 80 0 0.40 0.10 0.65 315 0.25 0.28
Hex 59 35 50 0 28 A 41 13B 19 1C
Octal 131 65 120 0 50 12 101 473 31 34
Binary 1011001 110101 1010000 0 101000 1010 1000001 100111011 11001 11100

Color Harmonies of #593550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593550

Black with #593550

Text Example


Text Example

White with #593550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593550; }

 p { color: rgb(89,53,80); }

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

background-color css

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

 a { background-color: rgb(89,53,80); }

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

border-color css

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

 span { border-color: rgb(89,53,80); }

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