Shades of Blue Gem #544798
Tints of Blue Gem #544798
RGB
CMYK
RGB Variations
Color information
#544798 (or 0x544798) is known color: Blue Gem. HEX triplet: 54, 47 and 98. RGB value is (84,71,152). Sum of RGB (Red+Green+Blue) = 84+71+152=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #544798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544798 is #ABB867. Grayscale: #535353. Windows color (decimal): -11253864 or 9979732. OLE color: 9979732.
HSL color Cylindrical-coordinate representation of color #544798: hue angle of 249.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #544798 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 71 | 152 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.40 |
| HSL | 249.63º | 0.36% | 0.44% | - |
| HSV(B) | 249.63º | 0.53% | 0.6% | - |
| XYZ | 11.58 | 8.66 | 30.77 | - |
| YUV | 84.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 152 | 0.45 | 0.53 | 0 | 0.40 | 249.63 | 0.36 | 0.44 |
| Hex | 54 | 47 | 98 | 2D | 35 | 0 | 28 | FA | 24 | 2C |
| Octal | 124 | 107 | 230 | 55 | 65 | 0 | 50 | 372 | 44 | 54 |
| Binary | 1010100 | 1000111 | 10011000 | 101101 | 110101 | 0 | 101000 | 11111010 | 100100 | 101100 |
Color Harmonies of #544798
Complementary color
Monochromatic Colors of #544798
Black with #544798
Text Example
Text Example
White with #544798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544798; }
p { color: rgb(84,71,152); }
H1.HeaderClassName
{
color: #544798;
}
.AnyTagClassName
{
color: #544798;
}
</style>
background-color css
<style>
a { background-color: #544798; }
a { background-color: rgb(84,71,152); }
div.DivClassName
{
background-color: #544798;
}
.BgClassName
{
background-color: #544798;
}
</style>
border-color css
<style>
span { border-color: #544798; }
span { border-color: rgb(84,71,152); }
td.TdClassName
{
border-color: #544798;
}
.TagClassName
{
border-color: #544798;
}
</style>