#574053

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

Shades of Purple Taupe #574053

Tints of Purple Taupe #574053

Color information

#574053 (or 0x574053) is unknown color: approx Purple Taupe. HEX triplet: 57, 40 and 53. RGB value is (87,64,83). Sum of RGB (Red+Green+Blue) = 87+64+83=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574053 is #A8BFAC. Grayscale: #484848. Windows color (decimal): -11059117 or 5455959. OLE color: 5455959.

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

Color convert

RGB876483-
CMYK00.260.050.66
HSL310.43º15.23%29.61%-
HSV(B)310.43º26.44%34.12%-
XYZ7.336.329.02-
YUV73.04133.62137.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=37.18%
G=27.35%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87648300.260.050.66310.4315.2329.61
Hex57405301A542136f1e
Octal12710012303251024661736
Binary1010111100000010100110110101011000010100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574053; }

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

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

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

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

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

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

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

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