#574050

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

Shades of Purple Taupe #574050

Tints of Purple Taupe #574050

Color information

#574050 (or 0x574050) is unknown color: approx Purple Taupe. HEX triplet: 57, 40 and 50. RGB value is (87,64,80). Sum of RGB (Red+Green+Blue) = 87+64+80=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574050 is #A8BFAF. Grayscale: #484848. Windows color (decimal): -11059120 or 5259351. OLE color: 5259351.

HSL color Cylindrical-coordinate representation of color #574050: hue angle of 318.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574050 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB876480-
CMYK00.260.080.66
HSL318.26º15.23%29.61%-
HSV(B)318.26º26.44%34.12%-
XYZ7.216.278.42-
YUV72.7132.12138.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=37.66%
G=27.71%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87648000.260.080.66318.2615.2329.61
Hex57405001A84213ef1e
Octal127100120032101024761736
Binary10101111000000101000001101010001000010100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574050; }

 p { color: rgb(87,64,80); }

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

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

 a { background-color: rgb(87,64,80); }

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

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

 span { border-color: rgb(87,64,80); }

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