#574452

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

Shades of Purple Taupe #574452

Tints of Purple Taupe #574452

Color information

#574452 (or 0x574452) is unknown color: approx Purple Taupe. HEX triplet: 57, 44 and 52. RGB value is (87,68,82). Sum of RGB (Red+Green+Blue) = 87+68+82=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574452 is #A8BBAD. Grayscale: #4B4B4B. Windows color (decimal): -11058094 or 5391447. OLE color: 5391447.

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

Color convert

RGB876882-
CMYK00.220.060.66
HSL315.79º12.26%30.39%-
HSV(B)315.79º21.84%34.12%-
XYZ7.526.778.89-
YUV75.28131.79136.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=36.71%
G=28.69%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87688200.220.060.66315.7912.2630.39
Hex57445201664213cc1e
Octal12710412202661024741436
Binary1010111100010010100100101101101000010100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574452; }

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

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

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

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

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

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

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

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