#544B52

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

Shades of Purple Taupe #544B52

Tints of Purple Taupe #544B52

Color information

#544B52 (or 0x544B52) is unknown color: approx Purple Taupe. HEX triplet: 54, 4B and 52. RGB value is (84,75,82). Sum of RGB (Red+Green+Blue) = 84+75+82=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B52 is #ABB4AD. Grayscale: #4E4E4E. Windows color (decimal): -11252910 or 5393236. OLE color: 5393236.

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

Color convert

RGB847582-
CMYK00.110.020.67
HSL313.33º5.66%31.18%-
HSV(B)313.33º10.71%32.94%-
XYZ7.77.539.03-
YUV78.49129.98131.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=34.85%
G=31.12%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84758200.110.020.67313.335.6631.18
Hex544B520B24313961f
Octal1241131220132103471637
Binary1010100100101110100100101110100001110011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B52; }

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

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

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

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

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

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

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

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