Shades of Blue Gem #543FA9
Tints of Blue Gem #543FA9
RGB
CMYK
RGB Variations
Color information
#543FA9 (or 0x543FA9) is known color: Blue Gem. HEX triplet: 54, 3F and A9. RGB value is (84,63,169). Sum of RGB (Red+Green+Blue) = 84+63+169=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #543FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FA9 is #ABC056. Grayscale: #505050. Windows color (decimal): -11255895 or 11091796. OLE color: 11091796.
HSL color Cylindrical-coordinate representation of color #543FA9: hue angle of 251.89º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #543FA9 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 63 | 169 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.34 |
| HSL | 251.89º | 0.46% | 0.45% | - |
| HSV(B) | 251.89º | 0.63% | 0.66% | - |
| XYZ | 12.6 | 8.3 | 38.48 | - |
| YUV | 81.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 169 | 0.50 | 0.63 | 0 | 0.34 | 251.89 | 0.46 | 0.45 |
| Hex | 54 | 3F | A9 | 32 | 3F | 0 | 22 | FC | 2E | 2D |
| Octal | 124 | 77 | 251 | 62 | 77 | 0 | 42 | 374 | 56 | 55 |
| Binary | 1010100 | 111111 | 10101001 | 110010 | 111111 | 0 | 100010 | 11111100 | 101110 | 101101 |
Color Harmonies of #543FA9
Complementary color
Monochromatic Colors of #543FA9
Black with #543FA9
Text Example
Text Example
White with #543FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FA9; }
p { color: rgb(84,63,169); }
H1.HeaderClassName
{
color: #543FA9;
}
.AnyTagClassName
{
color: #543FA9;
}
</style>
background-color css
<style>
a { background-color: #543FA9; }
a { background-color: rgb(84,63,169); }
div.DivClassName
{
background-color: #543FA9;
}
.BgClassName
{
background-color: #543FA9;
}
</style>
border-color css
<style>
span { border-color: #543FA9; }
span { border-color: rgb(84,63,169); }
td.TdClassName
{
border-color: #543FA9;
}
.TagClassName
{
border-color: #543FA9;
}
</style>