#543FA7

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

Shades of Blue Gem #543FA7

Tints of Blue Gem #543FA7

Color information

#543FA7 (or 0x543FA7) is unknown color: approx Blue Gem. HEX triplet: 54, 3F and A7. RGB value is (84,63,167). Sum of RGB (Red+Green+Blue) = 84+63+167=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #543FA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FA7 is #ABC058. Grayscale: #505050. Windows color (decimal): -11255897 or 10960724. OLE color: 10960724.

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

Color convert

RGB8463167-
CMYK0.500.6200.35
HSL252.12º45.22%45.1%-
HSV(B)252.12º62.28%65.49%-
XYZ12.418.2337.49-
YUV81.13176.46130.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 167 (65.62% from 255) = 53.18%
R=26.75%
G=20.06%
B=53.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84631670.500.6200.35252.1245.2245.1
Hex543FA7323E023fc2d2d
Octal1247724762760433745555
Binary101010011111110100111110010111110010001111111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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