Html Css Color HEX #5A3452 Purple Taupe

📋 copy color: '#5A3452'

red 90 ◦ green 52 ◦ blue 82

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

Shades of Purple Taupe #5A3452

Tints of Purple Taupe #5A3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

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

R = 40.18%
G = 23.21%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A3452 (or 0x5A3452) is known color: Purple Taupe. HEX triplet: 5A, 34 and 52. RGB value is (90,52,82). Sum of RGB (Red+Green+Blue) = 90+52+82=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3452 is #A5CBAD. Grayscale: #424242. Windows color (decimal): -10865582 or 5387354. OLE color: 5387354.

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

Color convert

RGB 90 52 82 -
CMYK 0 0.42 0.09 0.65
HSL 312.63º 0.27% 0.28% -
HSV(B) 312.63º 0.42% 0.35% -
XYZ 6.97 5.24 8.63 -
YUV 66.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 90 52 82 0 0.42 0.09 0.65 312.63 0.27 0.28
Hex 5A 34 52 0 2A 9 41 139 1B 1C
Octal 132 64 122 0 52 11 101 471 33 34
Binary 1011010 110100 1010010 0 101010 1001 1000001 100111001 11011 11100

Color Harmonies of #5A3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3452

Black with #5A3452

Text Example


Text Example

White with #5A3452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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