#544651

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

Shades of Purple Taupe #544651

Tints of Purple Taupe #544651

Color information

#544651 (or 0x544651) is unknown color: approx Purple Taupe. HEX triplet: 54, 46 and 51. RGB value is (84,70,81). Sum of RGB (Red+Green+Blue) = 84+70+81=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544651 is #ABB9AE. Grayscale: #4B4B4B. Windows color (decimal): -11254191 or 5326420. OLE color: 5326420.

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

Color convert

RGB847081-
CMYK00.170.040.67
HSL312.86º9.09%30.2%-
HSV(B)312.86º16.67%32.94%-
XYZ7.336.868.72-
YUV75.44131.14134.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=35.74%
G=29.79%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84708100.170.040.67312.869.0930.2
Hex54465101144313991e
Octal12410612102141034711136
Binary1010100100011010100010100011001000011100111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544651; }

 p { color: rgb(84,70,81); }

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

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

 a { background-color: rgb(84,70,81); }

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

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

 span { border-color: rgb(84,70,81); }

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