#544550

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

Shades of Purple Taupe #544550

Tints of Purple Taupe #544550

Color information

#544550 (or 0x544550) is unknown color: approx Purple Taupe. HEX triplet: 54, 45 and 50. RGB value is (84,69,80). Sum of RGB (Red+Green+Blue) = 84+69+80=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544550 is #ABBAAF. Grayscale: #4A4A4A. Windows color (decimal): -11254448 or 5260628. OLE color: 5260628.

HSL color Cylindrical-coordinate representation of color #544550: hue angle of 316º 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 #544550 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB846980-
CMYK00.180.050.67
HSL316º9.8%30%-
HSV(B)316º17.86%32.94%-
XYZ7.236.728.51-
YUV74.74130.97134.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=36.05%
G=29.61%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84698000.180.050.673169.830
Hex54455001254313ca1e
Octal12410512002251034741236
Binary1010100100010110100000100101011000011100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544550; }

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

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

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

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

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

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

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

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