#574252

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

Shades of Purple Taupe #574252

Tints of Purple Taupe #574252

Color information

#574252 (or 0x574252) is unknown color: approx Purple Taupe. HEX triplet: 57, 42 and 52. RGB value is (87,66,82). Sum of RGB (Red+Green+Blue) = 87+66+82=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574252 is #A8BDAD. Grayscale: #4A4A4A. Windows color (decimal): -11058606 or 5390935. OLE color: 5390935.

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

Color convert

RGB876682-
CMYK00.240.060.66
HSL314.29º13.73%30%-
HSV(B)314.29º24.14%34.12%-
XYZ7.46.538.85-
YUV74.1132.46137.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=37.02%
G=28.09%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87668200.240.060.66314.2913.7330
Hex57425201864213ae1e
Octal12710212203061024721636
Binary1010111100001010100100110001101000010100111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574252; }

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

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

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

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

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

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

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

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