#574253

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

Shades of Purple Taupe #574253

Tints of Purple Taupe #574253

Color information

#574253 (or 0x574253) is unknown color: approx Purple Taupe. HEX triplet: 57, 42 and 53. RGB value is (87,66,83). Sum of RGB (Red+Green+Blue) = 87+66+83=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574253 is #A8BDAC. Grayscale: #4A4A4A. Windows color (decimal): -11058605 or 5456471. OLE color: 5456471.

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

Color convert

RGB876683-
CMYK00.240.050.66
HSL311.43º13.73%30%-
HSV(B)311.43º24.14%34.12%-
XYZ7.446.559.06-
YUV74.22132.96137.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=36.86%
G=27.97%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87668300.240.050.66311.4313.7330
Hex574253018542137e1e
Octal12710212303051024671636
Binary1010111100001010100110110001011000010100110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574253; }

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

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

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

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

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

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

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

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