Html Css Color HEX #5A4D59 Purple Taupe

📋 copy color: '#5A4D59'

red 90 ◦ green 77 ◦ blue 89

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

Shades of Purple Taupe #5A4D59

Tints of Purple Taupe #5A4D59

RGB

 RED value IS 90 (35.55% from 255) = 35.16%

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 35.16%
G = 30.08%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A4D59 (or 0x5A4D59) is known color: Purple Taupe. HEX triplet: 5A, 4D and 59. RGB value is (90,77,89). Sum of RGB (Red+Green+Blue) = 90+77+89=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4D59 is #A5B2A6. Grayscale: #525252. Windows color (decimal): -10859175 or 5852506. OLE color: 5852506.

HSL color Cylindrical-coordinate representation of color #5A4D59: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A4D59 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 77 89 -
CMYK 0 0.14 0.01 0.65
HSL 304.62º 0.08% 0.33% -
HSV(B) 304.62º 0.14% 0.35% -
XYZ 8.67 8.2 10.58 -
YUV 82.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 90 77 89 0 0.14 0.01 0.65 304.62 0.08 0.33
Hex 5A 4D 59 0 E 1 41 131 8 21
Octal 132 115 131 0 16 1 101 461 10 41
Binary 1011010 1001101 1011001 0 1110 1 1000001 100110001 1000 100001

Color Harmonies of #5A4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D59

Black with #5A4D59

Text Example


Text Example

White with #5A4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,89); }

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

background-color css

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

 a { background-color: rgb(90,77,89); }

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

border-color css

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

 span { border-color: rgb(90,77,89); }

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