Html Css Color HEX #5A4053 Purple Taupe

📋 copy color: '#5A4053'

red 90 ◦ green 64 ◦ blue 83

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

Shades of Purple Taupe #5A4053

Tints of Purple Taupe #5A4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

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

R = 37.97%
G = 27%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A4053 (or 0x5A4053) is known color: Purple Taupe. HEX triplet: 5A, 40 and 53. RGB value is (90,64,83). Sum of RGB (Red+Green+Blue) = 90+64+83=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4053 is #A5BFAC. Grayscale: #494949. Windows color (decimal): -10862509 or 5455962. OLE color: 5455962.

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

Color convert

RGB 90 64 83 -
CMYK 0 0.29 0.08 0.65
HSL 316.15º 0.17% 0.3% -
HSV(B) 316.15º 0.29% 0.35% -
XYZ 7.61 6.46 9.03 -
YUV 73.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 90 64 83 0 0.29 0.08 0.65 316.15 0.17 0.3
Hex 5A 40 53 0 1D 8 41 13C 11 1E
Octal 132 100 123 0 35 10 101 474 21 36
Binary 1011010 1000000 1010011 0 11101 1000 1000001 100111100 10001 11110

Color Harmonies of #5A4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4053

Black with #5A4053

Text Example


Text Example

White with #5A4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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