Html Css Color HEX #5A4C59 Purple Taupe

📋 copy color: '#5A4C59'

red 90 ◦ green 76 ◦ blue 89

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

Shades of Purple Taupe #5A4C59

Tints of Purple Taupe #5A4C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

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

R = 35.29%
G = 29.8%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A4C59 (or 0x5A4C59) is known color: Purple Taupe. HEX triplet: 5A, 4C and 59. RGB value is (90,76,89). Sum of RGB (Red+Green+Blue) = 90+76+89=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C59 is #A5B3A6. Grayscale: #515151. Windows color (decimal): -10859431 or 5852250. OLE color: 5852250.

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

Color convert

RGB 90 76 89 -
CMYK 0 0.16 0.01 0.65
HSL 304.29º 0.08% 0.33% -
HSV(B) 304.29º 0.16% 0.35% -
XYZ 8.6 8.06 10.55 -
YUV 81.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 90 76 89 0 0.16 0.01 0.65 304.29 0.08 0.33
Hex 5A 4C 59 0 10 1 41 130 8 21
Octal 132 114 131 0 20 1 101 460 10 41
Binary 1011010 1001100 1011001 0 10000 1 1000001 100110000 1000 100001

Color Harmonies of #5A4C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C59

Black with #5A4C59

Text Example


Text Example

White with #5A4C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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