Shades of Blue Gem #544799
Tints of Blue Gem #544799
RGB
CMYK
RGB Variations
Color information
#544799 (or 0x544799) is known color: Blue Gem. HEX triplet: 54, 47 and 99. RGB value is (84,71,153). Sum of RGB (Red+Green+Blue) = 84+71+153=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #544799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544799 is #ABB866. Grayscale: #535353. Windows color (decimal): -11253863 or 10045268. OLE color: 10045268.
HSL color Cylindrical-coordinate representation of color #544799: hue angle of 249.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544799 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 71 | 153 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.4 |
| HSL | 249.51º | 0.37% | 0.44% | - |
| HSV(B) | 249.51º | 0.54% | 0.6% | - |
| XYZ | 11.66 | 8.69 | 31.2 | - |
| YUV | 84.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 153 | 0.45 | 0.54 | 0 | 0.4 | 249.51 | 0.37 | 0.44 |
| Hex | 54 | 47 | 99 | 2D | 36 | 0 | 28 | FA | 25 | 2C |
| Octal | 124 | 107 | 231 | 55 | 66 | 0 | 50 | 372 | 45 | 54 |
| Binary | 1010100 | 1000111 | 10011001 | 101101 | 110110 | 0 | 101000 | 11111010 | 100101 | 101100 |
Color Harmonies of #544799
Complementary color
Monochromatic Colors of #544799
Black with #544799
Text Example
Text Example
White with #544799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544799; }
p { color: rgb(84,71,153); }
H1.HeaderClassName
{
color: #544799;
}
.AnyTagClassName
{
color: #544799;
}
</style>
background-color css
<style>
a { background-color: #544799; }
a { background-color: rgb(84,71,153); }
div.DivClassName
{
background-color: #544799;
}
.BgClassName
{
background-color: #544799;
}
</style>
border-color css
<style>
span { border-color: #544799; }
span { border-color: rgb(84,71,153); }
td.TdClassName
{
border-color: #544799;
}
.TagClassName
{
border-color: #544799;
}
</style>