Shades of Blue Gem #543E9F
Tints of Blue Gem #543E9F
RGB
CMYK
RGB Variations
Color information
#543E9F (or 0x543E9F) is known color: Blue Gem. HEX triplet: 54, 3E and 9F. RGB value is (84,62,159). Sum of RGB (Red+Green+Blue) = 84+62+159=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #543E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543E9F is #ABC160. Grayscale: #4F4F4F. Windows color (decimal): -11256161 or 10436180. OLE color: 10436180.
HSL color Cylindrical-coordinate representation of color #543E9F: hue angle of 253.61º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543E9F is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 62 | 159 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.38 |
| HSL | 253.61º | 0.44% | 0.43% | - |
| HSV(B) | 253.61º | 0.61% | 0.62% | - |
| XYZ | 11.64 | 7.83 | 33.7 | - |
| YUV | 79.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 159 | 0.47 | 0.61 | 0 | 0.38 | 253.61 | 0.44 | 0.43 |
| Hex | 54 | 3E | 9F | 2F | 3D | 0 | 26 | FE | 2C | 2B |
| Octal | 124 | 76 | 237 | 57 | 75 | 0 | 46 | 376 | 54 | 53 |
| Binary | 1010100 | 111110 | 10011111 | 101111 | 111101 | 0 | 100110 | 11111110 | 101100 | 101011 |
Color Harmonies of #543E9F
Complementary color
Monochromatic Colors of #543E9F
Black with #543E9F
Text Example
Text Example
White with #543E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E9F; }
p { color: rgb(84,62,159); }
H1.HeaderClassName
{
color: #543E9F;
}
.AnyTagClassName
{
color: #543E9F;
}
</style>
background-color css
<style>
a { background-color: #543E9F; }
a { background-color: rgb(84,62,159); }
div.DivClassName
{
background-color: #543E9F;
}
.BgClassName
{
background-color: #543E9F;
}
</style>
border-color css
<style>
span { border-color: #543E9F; }
span { border-color: rgb(84,62,159); }
td.TdClassName
{
border-color: #543E9F;
}
.TagClassName
{
border-color: #543E9F;
}
</style>