#543EA1

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

Shades of Blue Gem #543EA1

Tints of Blue Gem #543EA1

Color information

#543EA1 (or 0x543EA1) is unknown color: approx Blue Gem. HEX triplet: 54, 3E and A1. RGB value is (84,62,161). Sum of RGB (Red+Green+Blue) = 84+62+161=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #543EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EA1 is #ABC15E. Grayscale: #4F4F4F. Windows color (decimal): -11256159 or 10567252. OLE color: 10567252.

HSL color Cylindrical-coordinate representation of color #543EA1: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543EA1 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8462161-
CMYK0.480.6100.37
HSL253.33º44.39%43.73%-
HSV(B)253.33º61.49%63.14%-
XYZ11.817.934.62-
YUV79.86173.79130.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 161 (63.28% from 255) = 52.44%
R=27.36%
G=20.20%
B=52.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84621610.480.6100.37253.3344.3943.73
Hex543EA1303D025fd2c2c
Octal1247624160750453755454
Binary101010011111010100001110000111101010010111111101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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