#543C71

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

Shades of Meteorite #543C71

Tints of Meteorite #543C71

Color information

#543C71 (or 0x543C71) is unknown color: approx Meteorite. HEX triplet: 54, 3C and 71. RGB value is (84,60,113). Sum of RGB (Red+Green+Blue) = 84+60+113=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #543C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C71 is #ABC38E. Grayscale: #494949. Windows color (decimal): -11256719 or 7421012. OLE color: 7421012.

HSL color Cylindrical-coordinate representation of color #543C71: hue angle of 267.17º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543C71 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8460113-
CMYK0.260.4700.56
HSL267.17º30.64%33.92%-
HSV(B)267.17º46.9%44.31%-
XYZ8.256.3116.41-
YUV73.22150.45135.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=32.68%
G=23.35%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84601130.260.4700.56267.1730.6433.92
Hex543C711A2F03810b1f22
Octal1247416132570704133742
Binary1010100111100111000111010101111011100010000101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,60,113); }

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

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

 a { background-color: rgb(84,60,113); }

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

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

 span { border-color: rgb(84,60,113); }

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