Shades of Blue Gem #543FAA
Tints of Blue Gem #543FAA
RGB
CMYK
RGB Variations
Color information
#543FAA (or 0x543FAA) is known color: Blue Gem. HEX triplet: 54, 3F and AA. RGB value is (84,63,170). Sum of RGB (Red+Green+Blue) = 84+63+170=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #543FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FAA is #ABC055. Grayscale: #515151. Windows color (decimal): -11255894 or 11157332. OLE color: 11157332.
HSL color Cylindrical-coordinate representation of color #543FAA: hue angle of 251.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #543FAA is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 63 | 170 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.33 |
| HSL | 251.78º | 0.46% | 0.46% | - |
| HSV(B) | 251.78º | 0.63% | 0.67% | - |
| XYZ | 12.69 | 8.34 | 38.97 | - |
| YUV | 81.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 170 | 0.51 | 0.63 | 0 | 0.33 | 251.78 | 0.46 | 0.46 |
| Hex | 54 | 3F | AA | 33 | 3F | 0 | 21 | FC | 2E | 2E |
| Octal | 124 | 77 | 252 | 63 | 77 | 0 | 41 | 374 | 56 | 56 |
| Binary | 1010100 | 111111 | 10101010 | 110011 | 111111 | 0 | 100001 | 11111100 | 101110 | 101110 |
Color Harmonies of #543FAA
Complementary color
Monochromatic Colors of #543FAA
Black with #543FAA
Text Example
Text Example
White with #543FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FAA; }
p { color: rgb(84,63,170); }
H1.HeaderClassName
{
color: #543FAA;
}
.AnyTagClassName
{
color: #543FAA;
}
</style>
background-color css
<style>
a { background-color: #543FAA; }
a { background-color: rgb(84,63,170); }
div.DivClassName
{
background-color: #543FAA;
}
.BgClassName
{
background-color: #543FAA;
}
</style>
border-color css
<style>
span { border-color: #543FAA; }
span { border-color: rgb(84,63,170); }
td.TdClassName
{
border-color: #543FAA;
}
.TagClassName
{
border-color: #543FAA;
}
</style>