#574352

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

Shades of Purple Taupe #574352

Tints of Purple Taupe #574352

Color information

#574352 (or 0x574352) is unknown color: approx Purple Taupe. HEX triplet: 57, 43 and 52. RGB value is (87,67,82). Sum of RGB (Red+Green+Blue) = 87+67+82=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574352 is #A8BCAD. Grayscale: #4A4A4A. Windows color (decimal): -11058350 or 5391191. OLE color: 5391191.

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

Color convert

RGB876782-
CMYK00.230.060.66
HSL315º12.99%30.2%-
HSV(B)315º22.99%34.12%-
XYZ7.466.658.87-
YUV74.69132.13136.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=36.86%
G=28.39%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87678200.230.060.6631512.9930.2
Hex57435201764213bd1e
Octal12710312202761024731536
Binary1010111100001110100100101111101000010100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574352; }

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

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

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

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

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

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

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

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