#574255

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

Shades of Purple Taupe #574255

Tints of Purple Taupe #574255

Color information

#574255 (or 0x574255) is unknown color: approx Purple Taupe. HEX triplet: 57, 42 and 55. RGB value is (87,66,85). Sum of RGB (Red+Green+Blue) = 87+66+85=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574255 is #A8BDAA. Grayscale: #4A4A4A. Windows color (decimal): -11058603 or 5587543. OLE color: 5587543.

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

Color convert

RGB876685-
CMYK00.240.020.66
HSL305.71º13.73%30%-
HSV(B)305.71º24.14%34.12%-
XYZ7.526.589.47-
YUV74.44133.96136.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=36.55%
G=27.73%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87668500.240.020.66305.7113.7330
Hex574255018242132e1e
Octal12710212503021024621636
Binary101011110000101010101011000101000010100110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574255; }

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

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

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

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

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

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

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

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