Html Css Color HEX #5A4153 Purple Taupe

📋 copy color: '#5A4153'

red 90 ◦ green 65 ◦ blue 83

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

Shades of Purple Taupe #5A4153

Tints of Purple Taupe #5A4153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 37.82%
G = 27.31%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A4153 (or 0x5A4153) is known color: Purple Taupe. HEX triplet: 5A, 41 and 53. RGB value is (90,65,83). Sum of RGB (Red+Green+Blue) = 90+65+83=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4153 is #A5BEAC. Grayscale: #4A4A4A. Windows color (decimal): -10862253 or 5456218. OLE color: 5456218.

HSL color Cylindrical-coordinate representation of color #5A4153: hue angle of 316.8º 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 #5A4153 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 83 -
CMYK 0 0.28 0.08 0.65
HSL 316.8º 0.16% 0.3% -
HSV(B) 316.8º 0.28% 0.35% -
XYZ 7.67 6.58 9.05 -
YUV 74.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 90 65 83 0 0.28 0.08 0.65 316.8 0.16 0.3
Hex 5A 41 53 0 1C 8 41 13D 10 1E
Octal 132 101 123 0 34 10 101 475 20 36
Binary 1011010 1000001 1010011 0 11100 1000 1000001 100111101 10000 11110

Color Harmonies of #5A4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4153

Black with #5A4153

Text Example


Text Example

White with #5A4153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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