#543EA6

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

Shades of Blue Gem #543EA6

Tints of Blue Gem #543EA6

Color information

#543EA6 (or 0x543EA6) is unknown color: approx Blue Gem. HEX triplet: 54, 3E and A6. RGB value is (84,62,166). Sum of RGB (Red+Green+Blue) = 84+62+166=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #543EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EA6 is #ABC159. Grayscale: #505050. Windows color (decimal): -11256154 or 10894932. OLE color: 10894932.

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

Color convert

RGB8462166-
CMYK0.490.6300.35
HSL252.69º45.61%44.71%-
HSV(B)252.69º62.65%65.1%-
XYZ12.268.0836.99-
YUV80.43176.29130.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 166 (65.23% from 255) = 53.21%
R=26.92%
G=19.87%
B=53.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84621660.490.6300.35252.6945.6144.71
Hex543EA6313F023fd2e2d
Octal1247624661770433755655
Binary101010011111010100110110001111111010001111111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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