#574054

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

Shades of Purple Taupe #574054

Tints of Purple Taupe #574054

Color information

#574054 (or 0x574054) is unknown color: approx Purple Taupe. HEX triplet: 57, 40 and 54. RGB value is (87,64,84). Sum of RGB (Red+Green+Blue) = 87+64+84=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574054 is #A8BFAB. Grayscale: #494949. Windows color (decimal): -11059116 or 5521495. OLE color: 5521495.

HSL color Cylindrical-coordinate representation of color #574054: hue angle of 307.83º 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 #574054 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB876484-
CMYK00.260.030.66
HSL307.83º15.23%29.61%-
HSV(B)307.83º26.44%34.12%-
XYZ7.366.339.22-
YUV73.16134.12137.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=37.02%
G=27.23%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87648400.260.030.66307.8315.2329.61
Hex57405401A342134f1e
Octal12710012403231024641736
Binary101011110000001010100011010111000010100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574054; }

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

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

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

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

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

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

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

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