#544852

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

Shades of Purple Taupe #544852

Tints of Purple Taupe #544852

Color information

#544852 (or 0x544852) is unknown color: approx Purple Taupe. HEX triplet: 54, 48 and 52. RGB value is (84,72,82). Sum of RGB (Red+Green+Blue) = 84+72+82=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #544852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544852 is #ABB7AD. Grayscale: #4C4C4C. Windows color (decimal): -11253678 or 5392468. OLE color: 5392468.

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

Color convert

RGB847282-
CMYK00.140.020.67
HSL310º7.69%30.59%-
HSV(B)310º14.29%32.94%-
XYZ7.57.138.96-
YUV76.73130.98133.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=35.29%
G=30.25%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84728200.140.020.673107.6930.59
Hex5448520E24313681f
Octal12411012201621034661037
Binary10101001001000101001001110101000011100110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544852; }

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

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

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

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

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

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

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

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