#5A394E

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

Shades of Purple Taupe #5A394E

Tints of Purple Taupe #5A394E

Color information

#5A394E (or 0x5A394E) is unknown color: approx Purple Taupe. HEX triplet: 5A, 39 and 4E. RGB value is (90,57,78). Sum of RGB (Red+Green+Blue) = 90+57+78=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A394E is #A5C6B1. Grayscale: #454545. Windows color (decimal): -10864306 or 5126490. OLE color: 5126490.

HSL color Cylindrical-coordinate representation of color #5A394E: hue angle of 321.82º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A394E is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB905778-
CMYK00.370.130.65
HSL321.82º22.45%28.82%-
HSV(B)321.82º36.67%35.29%-
XYZ7.055.657.93-
YUV69.26132.93142.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=40%
G=25.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90577800.370.130.65321.8222.4528.82
Hex5A394E025D41142161d
Octal13271116045151015022635
Binary101101011100110011100100101110110000011010000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,57,78); }

 H1.HeaderClassName
 {
   color: #5A394E;
 }
 .AnyTagClassName
 {
   color: #5A394E;
 }
</style>
background-color css

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

 a { background-color: rgb(90,57,78); }

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

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

 span { border-color: rgb(90,57,78); }

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