#574752

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

Shades of Purple Taupe #574752

Tints of Purple Taupe #574752

Color information

#574752 (or 0x574752) is unknown color: approx Purple Taupe. HEX triplet: 57, 47 and 52. RGB value is (87,71,82). Sum of RGB (Red+Green+Blue) = 87+71+82=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574752 is #A8B8AD. Grayscale: #4D4D4D. Windows color (decimal): -11057326 or 5392215. OLE color: 5392215.

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

Color convert

RGB877182-
CMYK00.180.060.66
HSL318.75º10.13%30.98%-
HSV(B)318.75º18.39%34.12%-
XYZ7.717.148.95-
YUV77.04130.8135.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=36.25%
G=29.58%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87718200.180.060.66318.7510.1330.98
Hex57475201264213fa1f
Octal12710712202261024771237
Binary1010111100011110100100100101101000010100111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574752; }

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

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

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

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

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

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

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

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