#54444F

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

Shades of Purple Taupe #54444F

Tints of Purple Taupe #54444F

Color information

#54444F (or 0x54444F) is unknown color: approx Purple Taupe. HEX triplet: 54, 44 and 4F. RGB value is (84,68,79). Sum of RGB (Red+Green+Blue) = 84+68+79=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54444F is #ABBBB0. Grayscale: #4A4A4A. Windows color (decimal): -11254705 or 5194836. OLE color: 5194836.

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

Color convert

RGB846879-
CMYK00.190.060.67
HSL318.75º10.53%29.8%-
HSV(B)318.75º19.05%32.94%-
XYZ7.136.588.29-
YUV74.04130.8135.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=36.36%
G=29.44%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84687900.190.060.67318.7510.5329.8
Hex54444F01364313fb1e
Octal12410411702361034771336
Binary1010100100010010011110100111101000011100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54444F; }

 p { color: rgb(84,68,79); }

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

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

 a { background-color: rgb(84,68,79); }

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

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

 span { border-color: rgb(84,68,79); }

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