Html Css Color HEX #5A3453 Purple Taupe

📋 copy color: '#5A3453'

red 90 ◦ green 52 ◦ blue 83

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

Shades of Purple Taupe #5A3453

Tints of Purple Taupe #5A3453

RGB

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

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

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

R = 40%
G = 23.11%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A3453 (or 0x5A3453) is known color: Purple Taupe. HEX triplet: 5A, 34 and 53. RGB value is (90,52,83). Sum of RGB (Red+Green+Blue) = 90+52+83=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3453 is #A5CBAC. Grayscale: #424242. Windows color (decimal): -10865581 or 5452890. OLE color: 5452890.

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

Color convert

RGB 90 52 83 -
CMYK 0 0.42 0.08 0.65
HSL 311.05º 0.27% 0.28% -
HSV(B) 311.05º 0.42% 0.35% -
XYZ 7.01 5.25 8.83 -
YUV 66.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 90 52 83 0 0.42 0.08 0.65 311.05 0.27 0.28
Hex 5A 34 53 0 2A 8 41 137 1B 1C
Octal 132 64 123 0 52 10 101 467 33 34
Binary 1011010 110100 1010011 0 101010 1000 1000001 100110111 11011 11100

Color Harmonies of #5A3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3453

Black with #5A3453

Text Example


Text Example

White with #5A3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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