#574C54

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

Shades of Purple Taupe #574C54

Tints of Purple Taupe #574C54

Color information

#574C54 (or 0x574C54) is unknown color: approx Purple Taupe. HEX triplet: 57, 4C and 54. RGB value is (87,76,84). Sum of RGB (Red+Green+Blue) = 87+76+84=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #574C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C54 is #A8B3AB. Grayscale: #505050. Windows color (decimal): -11056044 or 5524567. OLE color: 5524567.

HSL color Cylindrical-coordinate representation of color #574C54: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #574C54 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB877684-
CMYK00.130.030.66
HSL316.36º6.75%31.96%-
HSV(B)316.36º12.64%34.12%-
XYZ8.127.849.47-
YUV80.2130.14132.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=35.22%
G=30.77%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87768400.130.030.66316.366.7531.96
Hex574C540D34213c720
Octal1271141240153102474740
Binary10101111001100101010001101111000010100111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574C54; }

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

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

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

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

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

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

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

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