Html Css Color HEX #593F55 Purple Taupe

📋 copy color: '#593F55'

red 89 ◦ green 63 ◦ blue 85

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

Shades of Purple Taupe #593F55

Tints of Purple Taupe #593F55

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

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

R = 37.55%
G = 26.58%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#593F55 (or 0x593F55) is known color: Purple Taupe. HEX triplet: 59, 3F and 55. RGB value is (89,63,85). Sum of RGB (Red+Green+Blue) = 89+63+85=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #593F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F55 is #A6C0AA. Grayscale: #494949. Windows color (decimal): -10928299 or 5586777. OLE color: 5586777.

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

Color convert

RGB 89 63 85 -
CMYK 0 0.29 0.04 0.65
HSL 309.23º 0.17% 0.3% -
HSV(B) 309.23º 0.29% 0.35% -
XYZ 7.54 6.33 9.42 -
YUV 73.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 89 63 85 0 0.29 0.04 0.65 309.23 0.17 0.3
Hex 59 3F 55 0 1D 4 41 135 11 1E
Octal 131 77 125 0 35 4 101 465 21 36
Binary 1011001 111111 1010101 0 11101 100 1000001 100110101 10001 11110

Color Harmonies of #593F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F55

Black with #593F55

Text Example


Text Example

White with #593F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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