#574052

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

Shades of Purple Taupe #574052

Tints of Purple Taupe #574052

Color information

#574052 (or 0x574052) is unknown color: approx Purple Taupe. HEX triplet: 57, 40 and 52. RGB value is (87,64,82). Sum of RGB (Red+Green+Blue) = 87+64+82=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574052 is #A8BFAD. Grayscale: #484848. Windows color (decimal): -11059118 or 5390423. OLE color: 5390423.

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

Color convert

RGB876482-
CMYK00.260.060.66
HSL313.04º15.23%29.61%-
HSV(B)313.04º26.44%34.12%-
XYZ7.296.38.82-
YUV72.93133.12138.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=37.34%
G=27.47%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87648200.260.060.66313.0415.2329.61
Hex57405201A642139f1e
Octal12710012203261024711736
Binary1010111100000010100100110101101000010100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574052; }

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

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

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

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

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

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

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

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