Html Css Color HEX #593B55 Purple Taupe

📋 copy color: '#593B55'

red 89 ◦ green 59 ◦ blue 85

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

Shades of Purple Taupe #593B55

Tints of Purple Taupe #593B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.32%

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

R = 38.2%
G = 25.32%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#593B55 (or 0x593B55) is known color: Purple Taupe. HEX triplet: 59, 3B and 55. RGB value is (89,59,85). Sum of RGB (Red+Green+Blue) = 89+59+85=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #593B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B55 is #A6C4AA. Grayscale: #464646. Windows color (decimal): -10929323 or 5585753. OLE color: 5585753.

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

Color convert

RGB 89 59 85 -
CMYK 0 0.34 0.04 0.65
HSL 308º 0.2% 0.29% -
HSV(B) 308º 0.34% 0.35% -
XYZ 7.32 5.91 9.35 -
YUV 70.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 89 59 85 0 0.34 0.04 0.65 308 0.2 0.29
Hex 59 3B 55 0 22 4 41 134 14 1D
Octal 131 73 125 0 42 4 101 464 24 35
Binary 1011001 111011 1010101 0 100010 100 1000001 100110100 10100 11101

Color Harmonies of #593B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B55

Black with #593B55

Text Example


Text Example

White with #593B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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