Html Css Color HEX #5A3352 Purple Taupe

📋 copy color: '#5A3352'

red 90 ◦ green 51 ◦ blue 82

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

Shades of Purple Taupe #5A3352

Tints of Purple Taupe #5A3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 40.36%
G = 22.87%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A3352 (or 0x5A3352) is known color: Purple Taupe. HEX triplet: 5A, 33 and 52. RGB value is (90,51,82). Sum of RGB (Red+Green+Blue) = 90+51+82=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3352 is #A5CCAD. Grayscale: #424242. Windows color (decimal): -10865838 or 5387098. OLE color: 5387098.

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

Color convert

RGB 90 51 82 -
CMYK 0 0.43 0.09 0.65
HSL 312.31º 0.28% 0.28% -
HSV(B) 312.31º 0.43% 0.35% -
XYZ 6.92 5.15 8.61 -
YUV 66.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 90 51 82 0 0.43 0.09 0.65 312.31 0.28 0.28
Hex 5A 33 52 0 2B 9 41 138 1C 1C
Octal 132 63 122 0 53 11 101 470 34 34
Binary 1011010 110011 1010010 0 101011 1001 1000001 100111000 11100 11100

Color Harmonies of #5A3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3352

Black with #5A3352

Text Example


Text Example

White with #5A3352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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