#574353

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

Shades of Purple Taupe #574353

Tints of Purple Taupe #574353

Color information

#574353 (or 0x574353) is unknown color: approx Purple Taupe. HEX triplet: 57, 43 and 53. RGB value is (87,67,83). Sum of RGB (Red+Green+Blue) = 87+67+83=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574353 is #A8BCAC. Grayscale: #4A4A4A. Windows color (decimal): -11058349 or 5456727. OLE color: 5456727.

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

Color convert

RGB876783-
CMYK00.230.050.66
HSL312º12.99%30.2%-
HSV(B)312º22.99%34.12%-
XYZ7.56.679.07-
YUV74.8132.63136.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=36.71%
G=28.27%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87678300.230.050.6631212.9930.2
Hex574353017542138d1e
Octal12710312302751024701536
Binary1010111100001110100110101111011000010100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574353; }

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

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

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

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

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

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

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

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