Html Css Color HEX #5D4E59 Purple Taupe

📋 copy color: '#5D4E59'

red 93 ◦ green 78 ◦ blue 89

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

Shades of Purple Taupe #5D4E59

Tints of Purple Taupe #5D4E59

RGB

 RED value IS 93 (36.72% from 255) = 35.77%

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 35.77%
G = 30%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5D4E59 (or 0x5D4E59) is known color: Purple Taupe. HEX triplet: 5D, 4E and 59. RGB value is (93,78,89). Sum of RGB (Red+Green+Blue) = 93+78+89=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4E59 is #A2B1A6. Grayscale: #535353. Windows color (decimal): -10662311 or 5852765. OLE color: 5852765.

HSL color Cylindrical-coordinate representation of color #5D4E59: hue angle of 316º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D4E59 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 78 89 -
CMYK 0 0.16 0.04 0.64
HSL 316º 0.09% 0.34% -
HSV(B) 316º 0.16% 0.36% -
XYZ 9.04 8.5 10.61 -
YUV 83.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 93 78 89 0 0.16 0.04 0.64 316 0.09 0.34
Hex 5D 4E 59 0 10 4 40 13C 9 22
Octal 135 116 131 0 20 4 100 474 11 42
Binary 1011101 1001110 1011001 0 10000 100 1000000 100111100 1001 100010

Color Harmonies of #5D4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4E59

Black with #5D4E59

Text Example


Text Example

White with #5D4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D4E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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