Html Css Color HEX #5A4459 Purple Taupe

📋 copy color: '#5A4459'

red 90 ◦ green 68 ◦ blue 89

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

Shades of Purple Taupe #5A4459

Tints of Purple Taupe #5A4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 36.44%
G = 27.53%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A4459 (or 0x5A4459) is known color: Purple Taupe. HEX triplet: 5A, 44 and 59. RGB value is (90,68,89). Sum of RGB (Red+Green+Blue) = 90+68+89=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4459 is #A5BBA6. Grayscale: #4C4C4C. Windows color (decimal): -10861479 or 5850202. OLE color: 5850202.

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

Color convert

RGB 90 68 89 -
CMYK 0 0.24 0.01 0.65
HSL 302.73º 0.14% 0.31% -
HSV(B) 302.73º 0.24% 0.35% -
XYZ 8.09 7.03 10.38 -
YUV 76.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 90 68 89 0 0.24 0.01 0.65 302.73 0.14 0.31
Hex 5A 44 59 0 18 1 41 12F E 1F
Octal 132 104 131 0 30 1 101 457 16 37
Binary 1011010 1000100 1011001 0 11000 1 1000001 100101111 1110 11111

Color Harmonies of #5A4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4459

Black with #5A4459

Text Example


Text Example

White with #5A4459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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