#544253

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

Shades of Purple Taupe #544253

Tints of Purple Taupe #544253

Color information

#544253 (or 0x544253) is unknown color: approx Purple Taupe. HEX triplet: 54, 42 and 53. RGB value is (84,66,83). Sum of RGB (Red+Green+Blue) = 84+66+83=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544253 is #ABBDAC. Grayscale: #494949. Windows color (decimal): -11255213 or 5456468. OLE color: 5456468.

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

Color convert

RGB846683-
CMYK00.210.010.67
HSL303.33º12%29.41%-
HSV(B)303.33º21.43%32.94%-
XYZ7.176.419.04-
YUV73.32133.46135.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=36.05%
G=28.33%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84668300.210.010.67303.331229.41
Hex54425301514312fc1d
Octal12410212302511034571435
Binary10101001000010101001101010111000011100101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544253; }

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

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

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

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

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

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

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

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