Shades of Blue Gem #543FA3
Tints of Blue Gem #543FA3
RGB
CMYK
RGB Variations
Color information
#543FA3 (or 0x543FA3) is known color: Blue Gem. HEX triplet: 54, 3F and A3. RGB value is (84,63,163). Sum of RGB (Red+Green+Blue) = 84+63+163=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #543FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FA3 is #ABC05C. Grayscale: #505050. Windows color (decimal): -11255901 or 10698580. OLE color: 10698580.
HSL color Cylindrical-coordinate representation of color #543FA3: hue angle of 252.6º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543FA3 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 63 | 163 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.36 |
| HSL | 252.6º | 0.44% | 0.44% | - |
| HSV(B) | 252.6º | 0.61% | 0.64% | - |
| XYZ | 12.04 | 8.08 | 35.58 | - |
| YUV | 80.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 163 | 0.48 | 0.61 | 0 | 0.36 | 252.6 | 0.44 | 0.44 |
| Hex | 54 | 3F | A3 | 30 | 3D | 0 | 24 | FD | 2C | 2C |
| Octal | 124 | 77 | 243 | 60 | 75 | 0 | 44 | 375 | 54 | 54 |
| Binary | 1010100 | 111111 | 10100011 | 110000 | 111101 | 0 | 100100 | 11111101 | 101100 | 101100 |
Color Harmonies of #543FA3
Complementary color
Monochromatic Colors of #543FA3
Black with #543FA3
Text Example
Text Example
White with #543FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FA3; }
p { color: rgb(84,63,163); }
H1.HeaderClassName
{
color: #543FA3;
}
.AnyTagClassName
{
color: #543FA3;
}
</style>
background-color css
<style>
a { background-color: #543FA3; }
a { background-color: rgb(84,63,163); }
div.DivClassName
{
background-color: #543FA3;
}
.BgClassName
{
background-color: #543FA3;
}
</style>
border-color css
<style>
span { border-color: #543FA3; }
span { border-color: rgb(84,63,163); }
td.TdClassName
{
border-color: #543FA3;
}
.TagClassName
{
border-color: #543FA3;
}
</style>