#574455

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

Shades of Purple Taupe #574455

Tints of Purple Taupe #574455

Color information

#574455 (or 0x574455) is unknown color: approx Purple Taupe. HEX triplet: 57, 44 and 55. RGB value is (87,68,85). Sum of RGB (Red+Green+Blue) = 87+68+85=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574455 is #A8BBAA. Grayscale: #4B4B4B. Windows color (decimal): -11058091 or 5588055. OLE color: 5588055.

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

Color convert

RGB876885-
CMYK00.220.020.66
HSL306.32º12.26%30.39%-
HSV(B)306.32º21.84%34.12%-
XYZ7.646.829.51-
YUV75.62133.29136.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=36.25%
G=28.33%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87688500.220.020.66306.3212.2630.39
Hex574455016242132c1e
Octal12710412502621024621436
Binary101011110001001010101010110101000010100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574455; }

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

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

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

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

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

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

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

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