#543E73

Color #543E73 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #543E73

Tints of Meteorite #543E73

Color information

#543E73 (or 0x543E73) is unknown color: approx Meteorite. HEX triplet: 54, 3E and 73. RGB value is (84,62,115). Sum of RGB (Red+Green+Blue) = 84+62+115=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #543E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E73 is #ABC18C. Grayscale: #4A4A4A. Windows color (decimal): -11256205 or 7552596. OLE color: 7552596.

HSL color Cylindrical-coordinate representation of color #543E73: hue angle of 264.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #543E73 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8462115-
CMYK0.270.4600.55
HSL264.91º29.94%34.71%-
HSV(B)264.91º46.09%45.1%-
XYZ8.476.5717.04-
YUV74.62150.79134.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=32.18%
G=23.75%
B=44.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84621150.270.4600.55264.9129.9434.71
Hex543E731B2E0371091e23
Octal1247616333560674113643
Binary1010100111110111001111011101110011011110000100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543E73; }

 p { color: rgb(84,62,115); }

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

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

 a { background-color: rgb(84,62,115); }

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

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

 span { border-color: rgb(84,62,115); }

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