Html Css Color HEX #5A354F Purple Taupe

📋 copy color: '#5A354F'

red 90 ◦ green 53 ◦ blue 79

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

Shades of Purple Taupe #5A354F

Tints of Purple Taupe #5A354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 40.54%
G = 23.87%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A354F (or 0x5A354F) is known color: Purple Taupe. HEX triplet: 5A, 35 and 4F. RGB value is (90,53,79). Sum of RGB (Red+Green+Blue) = 90+53+79=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A354F is #A5CAB0. Grayscale: #424242. Windows color (decimal): -10865329 or 5191002. OLE color: 5191002.

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

Color convert

RGB 90 53 79 -
CMYK 0 0.41 0.12 0.65
HSL 317.84º 0.26% 0.28% -
HSV(B) 317.84º 0.41% 0.35% -
XYZ 6.9 5.28 8.05 -
YUV 67.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 90 53 79 0 0.41 0.12 0.65 317.84 0.26 0.28
Hex 5A 35 4F 0 29 C 41 13E 1A 1C
Octal 132 65 117 0 51 14 101 476 32 34
Binary 1011010 110101 1001111 0 101001 1100 1000001 100111110 11010 11100

Color Harmonies of #5A354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A354F

Black with #5A354F

Text Example


Text Example

White with #5A354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,79); }

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

background-color css

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

 a { background-color: rgb(90,53,79); }

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

border-color css

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

 span { border-color: rgb(90,53,79); }

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