#5A354F

Color #5A354F Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #5A354F

Tints of Purple Taupe #5A354F

Color information

#5A354F (or 0x5A354F) is unknown color: approx 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

RGB905379-
CMYK00.410.120.65
HSL317.84º25.87%28.04%-
HSV(B)317.84º41.11%35.29%-
XYZ6.95.288.05-
YUV67.03134.76144.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90537900.410.120.65317.8425.8728.04
Hex5A354F029C4113e1a1c
Octal13265117051141014763234
Binary101101011010110011110101001110010000011001111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>