#543F72

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

Shades of Meteorite #543F72

Tints of Meteorite #543F72

Color information

#543F72 (or 0x543F72) is unknown color: approx Meteorite. HEX triplet: 54, 3F and 72. RGB value is (84,63,114). Sum of RGB (Red+Green+Blue) = 84+63+114=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #543F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F72 is #ABC08D. Grayscale: #4A4A4A. Windows color (decimal): -11255950 or 7487316. OLE color: 7487316.

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

Color convert

RGB8463114-
CMYK0.260.4500.55
HSL264.71º28.81%34.71%-
HSV(B)264.71º44.74%44.71%-
XYZ8.476.6516.76-
YUV75.09149.96134.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=32.18%
G=24.14%
B=43.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84631140.260.4500.55264.7128.8134.71
Hex543F721A2D0371091d23
Octal1247716232550674113543
Binary1010100111111111001011010101101011011110000100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,114); }

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

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

 a { background-color: rgb(84,63,114); }

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

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

 span { border-color: rgb(84,63,114); }

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