Html Css Color HEX #5A4052 Purple Taupe

📋 copy color: '#5A4052'

red 90 ◦ green 64 ◦ blue 82

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

Shades of Purple Taupe #5A4052

Tints of Purple Taupe #5A4052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 38.14%
G = 27.12%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A4052 (or 0x5A4052) is known color: Purple Taupe. HEX triplet: 5A, 40 and 52. RGB value is (90,64,82). Sum of RGB (Red+Green+Blue) = 90+64+82=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4052 is #A5BFAD. Grayscale: #494949. Windows color (decimal): -10862510 or 5390426. OLE color: 5390426.

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

Color convert

RGB 90 64 82 -
CMYK 0 0.29 0.09 0.65
HSL 318.46º 0.17% 0.3% -
HSV(B) 318.46º 0.29% 0.35% -
XYZ 7.57 6.45 8.83 -
YUV 73.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 90 64 82 0 0.29 0.09 0.65 318.46 0.17 0.3
Hex 5A 40 52 0 1D 9 41 13E 11 1E
Octal 132 100 122 0 35 11 101 476 21 36
Binary 1011010 1000000 1010010 0 11101 1001 1000001 100111110 10001 11110

Color Harmonies of #5A4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4052

Black with #5A4052

Text Example


Text Example

White with #5A4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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