#574652

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

Shades of Purple Taupe #574652

Tints of Purple Taupe #574652

Color information

#574652 (or 0x574652) is unknown color: approx Purple Taupe. HEX triplet: 57, 46 and 52. RGB value is (87,70,82). Sum of RGB (Red+Green+Blue) = 87+70+82=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574652 is #A8B9AD. Grayscale: #4C4C4C. Windows color (decimal): -11057582 or 5391959. OLE color: 5391959.

HSL color Cylindrical-coordinate representation of color #574652: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574652 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB877082-
CMYK00.200.060.66
HSL317.65º10.83%30.78%-
HSV(B)317.65º19.54%34.12%-
XYZ7.647.028.93-
YUV76.45131.13135.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=36.40%
G=29.29%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87708200.200.060.66317.6510.8330.78
Hex57465201464213eb1f
Octal12710612202461024761337
Binary1010111100011010100100101001101000010100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574652; }

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

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

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

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

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

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

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

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