#544552

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

Shades of Purple Taupe #544552

Tints of Purple Taupe #544552

Color information

#544552 (or 0x544552) is unknown color: approx Purple Taupe. HEX triplet: 54, 45 and 52. RGB value is (84,69,82). Sum of RGB (Red+Green+Blue) = 84+69+82=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544552 is #ABBAAD. Grayscale: #4A4A4A. Windows color (decimal): -11254446 or 5391700. OLE color: 5391700.

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

Color convert

RGB846982-
CMYK00.180.020.67
HSL308º9.8%30%-
HSV(B)308º17.86%32.94%-
XYZ7.316.758.9-
YUV74.97131.97134.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=35.74%
G=29.36%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84698200.180.020.673089.830
Hex544552012243134a1e
Octal12410512202221034641236
Binary101010010001011010010010010101000011100110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544552; }

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

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

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

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

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

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

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

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