#544952

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

Shades of Purple Taupe #544952

Tints of Purple Taupe #544952

Color information

#544952 (or 0x544952) is unknown color: approx Purple Taupe. HEX triplet: 54, 49 and 52. RGB value is (84,73,82). Sum of RGB (Red+Green+Blue) = 84+73+82=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #544952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544952 is #ABB6AD. Grayscale: #4D4D4D. Windows color (decimal): -11253422 or 5392724. OLE color: 5392724.

HSL color Cylindrical-coordinate representation of color #544952: hue angle of 310.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #544952 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB847382-
CMYK00.130.020.67
HSL310.91º7.01%30.78%-
HSV(B)310.91º13.1%32.94%-
XYZ7.567.268.99-
YUV77.32130.64132.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=35.15%
G=30.54%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84738200.130.020.67310.917.0130.78
Hex5449520D24313771f
Octal1241111220152103467737
Binary1010100100100110100100110110100001110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544952; }

 p { color: rgb(84,73,82); }

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

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

 a { background-color: rgb(84,73,82); }

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

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

 span { border-color: rgb(84,73,82); }

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