Html Css Color HEX #593255 Purple Taupe

📋 copy color: '#593255'

red 89 ◦ green 50 ◦ blue 85

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

Shades of Purple Taupe #593255

Tints of Purple Taupe #593255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 39.73%
G = 22.32%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#593255 (or 0x593255) is known color: Purple Taupe. HEX triplet: 59, 32 and 55. RGB value is (89,50,85). Sum of RGB (Red+Green+Blue) = 89+50+85=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #593255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593255 is #A6CDAA. Grayscale: #414141. Windows color (decimal): -10931627 or 5583449. OLE color: 5583449.

HSL color Cylindrical-coordinate representation of color #593255: hue angle of 306.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593255 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 85 -
CMYK 0 0.44 0.04 0.65
HSL 306.15º 0.28% 0.27% -
HSV(B) 306.15º 0.44% 0.35% -
XYZ 6.9 5.06 9.21 -
YUV 65.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 89 50 85 0 0.44 0.04 0.65 306.15 0.28 0.27
Hex 59 32 55 0 2C 4 41 132 1C 1B
Octal 131 62 125 0 54 4 101 462 34 33
Binary 1011001 110010 1010101 0 101100 100 1000001 100110010 11100 11011

Color Harmonies of #593255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593255

Black with #593255

Text Example


Text Example

White with #593255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593255; }

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

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

background-color css

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

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

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

border-color css

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

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

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