#544052

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

Shades of Purple Taupe #544052

Tints of Purple Taupe #544052

Color information

#544052 (or 0x544052) is unknown color: approx Purple Taupe. HEX triplet: 54, 40 and 52. RGB value is (84,64,82). Sum of RGB (Red+Green+Blue) = 84+64+82=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #544052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544052 is #ABBFAD. Grayscale: #474747. Windows color (decimal): -11255726 or 5390420. OLE color: 5390420.

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

Color convert

RGB846482-
CMYK00.240.020.67
HSL306º13.51%29.02%-
HSV(B)306º23.81%32.94%-
XYZ7.016.168.8-
YUV72.03133.63136.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=36.52%
G=27.83%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84648200.240.020.6730613.5129.02
Hex544052018243132e1d
Octal12410012203021034621635
Binary101010010000001010010011000101000011100110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544052; }

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

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

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

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

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

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

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

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