#5A374D

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

Shades of Purple Taupe #5A374D

Tints of Purple Taupe #5A374D

Color information

#5A374D (or 0x5A374D) is unknown color: approx Purple Taupe. HEX triplet: 5A, 37 and 4D. RGB value is (90,55,77). Sum of RGB (Red+Green+Blue) = 90+55+77=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A374D is #A5C8B2. Grayscale: #434343. Windows color (decimal): -10864819 or 5060442. OLE color: 5060442.

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

Color convert

RGB905577-
CMYK00.390.140.65
HSL322.29º24.14%28.43%-
HSV(B)322.29º38.89%35.29%-
XYZ6.925.447.71-
YUV67.97133.1143.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.54%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=40.54%
G=24.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90557700.390.140.65322.2924.1428.43
Hex5A374D027E41142181c
Octal13267115047161015023034
Binary101101011011110011010100111111010000011010000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,77); }

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

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

 a { background-color: rgb(90,55,77); }

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

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

 span { border-color: rgb(90,55,77); }

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