#543E72

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

Shades of Meteorite #543E72

Tints of Meteorite #543E72

Color information

#543E72 (or 0x543E72) is unknown color: approx Meteorite. HEX triplet: 54, 3E and 72. RGB value is (84,62,114). Sum of RGB (Red+Green+Blue) = 84+62+114=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #543E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E72 is #ABC18D. Grayscale: #4A4A4A. Windows color (decimal): -11256206 or 7487060. OLE color: 7487060.

HSL color Cylindrical-coordinate representation of color #543E72: hue angle of 265.38º 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 #543E72 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8462114-
CMYK0.260.4600.55
HSL265.38º29.55%34.51%-
HSV(B)265.38º45.61%44.71%-
XYZ8.426.5416.74-
YUV74.51150.29134.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=32.31%
G=23.85%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84621140.260.4600.55265.3829.5534.51
Hex543E721A2E0371091e23
Octal1247616232560674113643
Binary1010100111110111001011010101110011011110000100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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