#545053

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

Shades of Purple Taupe #545053

Tints of Purple Taupe #545053

Color information

#545053 (or 0x545053) is unknown color: approx Purple Taupe. HEX triplet: 54, 50 and 53. RGB value is (84,80,83). Sum of RGB (Red+Green+Blue) = 84+80+83=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 84 - color contains mainly: red. Hex color #545053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545053 is #ABAFAC. Grayscale: #515151. Windows color (decimal): -11251629 or 5460052. OLE color: 5460052.

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

Color convert

RGB848083-
CMYK00.050.010.67
HSL315º2.44%32.16%-
HSV(B)315º4.76%32.94%-
XYZ8.098.259.35-
YUV81.54128.83129.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=34.01%
G=32.39%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84808300.050.010.673152.4432.16
Hex5450530514313b220
Octal124120123051103473240
Binary10101001010000101001101011100001110011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545053; }

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

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

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

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

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

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

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

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