Html Css Color HEX #5A4154 Purple Taupe

📋 copy color: '#5A4154'

red 90 ◦ green 65 ◦ blue 84

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

Shades of Purple Taupe #5A4154

Tints of Purple Taupe #5A4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 37.66%
G = 27.2%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#5A4154 (or 0x5A4154) is known color: Purple Taupe. HEX triplet: 5A, 41 and 54. RGB value is (90,65,84). Sum of RGB (Red+Green+Blue) = 90+65+84=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4154 is #A5BEAB. Grayscale: #4A4A4A. Windows color (decimal): -10862252 or 5521754. OLE color: 5521754.

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

Color convert

RGB 90 65 84 -
CMYK 0 0.28 0.07 0.65
HSL 314.4º 0.16% 0.3% -
HSV(B) 314.4º 0.28% 0.35% -
XYZ 7.71 6.59 9.25 -
YUV 74.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 90 65 84 0 0.28 0.07 0.65 314.4 0.16 0.3
Hex 5A 41 54 0 1C 7 41 13A 10 1E
Octal 132 101 124 0 34 7 101 472 20 36
Binary 1011010 1000001 1010100 0 11100 111 1000001 100111010 10000 11110

Color Harmonies of #5A4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4154

Black with #5A4154

Text Example


Text Example

White with #5A4154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,84); }

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

background-color css

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

 a { background-color: rgb(90,65,84); }

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

border-color css

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

 span { border-color: rgb(90,65,84); }

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