#543F97

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

Shades of Blue Gem #543F97

Tints of Blue Gem #543F97

Color information

#543F97 (or 0x543F97) is unknown color: approx Blue Gem. HEX triplet: 54, 3F and 97. RGB value is (84,63,151). Sum of RGB (Red+Green+Blue) = 84+63+151=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #543F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543F97 is #ABC068. Grayscale: #4E4E4E. Windows color (decimal): -11255913 or 9912148. OLE color: 9912148.

HSL color Cylindrical-coordinate representation of color #543F97: hue angle of 254.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #543F97 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8463151-
CMYK0.440.5800.41
HSL254.32º41.12%41.96%-
HSV(B)254.32º58.28%59.22%-
XYZ11.027.6730.18-
YUV79.31168.46131.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=28.19%
G=21.14%
B=50.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84631510.440.5800.41254.3241.1241.96
Hex543F972C3A029fe292a
Octal1247722754720513765152
Binary101010011111110010111101100111010010100111111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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