Shades of Blue Gem #54489A
Tints of Blue Gem #54489A
RGB
CMYK
RGB Variations
Color information
#54489A (or 0x54489A) is known color: Blue Gem. HEX triplet: 54, 48 and 9A. RGB value is (84,72,154). Sum of RGB (Red+Green+Blue) = 84+72+154=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #54489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54489A is #ABB765. Grayscale: #545454. Windows color (decimal): -11253606 or 10111060. OLE color: 10111060.
HSL color Cylindrical-coordinate representation of color #54489A: hue angle of 248.78º 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 #54489A is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 72 | 154 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.40 |
| HSL | 248.78º | 0.36% | 0.44% | - |
| HSV(B) | 248.78º | 0.53% | 0.6% | - |
| XYZ | 11.81 | 8.85 | 31.66 | - |
| YUV | 84.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 154 | 0.45 | 0.53 | 0 | 0.40 | 248.78 | 0.36 | 0.44 |
| Hex | 54 | 48 | 9A | 2D | 35 | 0 | 28 | F9 | 24 | 2C |
| Octal | 124 | 110 | 232 | 55 | 65 | 0 | 50 | 371 | 44 | 54 |
| Binary | 1010100 | 1001000 | 10011010 | 101101 | 110101 | 0 | 101000 | 11111001 | 100100 | 101100 |
Color Harmonies of #54489A
Complementary color
Monochromatic Colors of #54489A
Black with #54489A
Text Example
Text Example
White with #54489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54489A; }
p { color: rgb(84,72,154); }
H1.HeaderClassName
{
color: #54489A;
}
.AnyTagClassName
{
color: #54489A;
}
</style>
background-color css
<style>
a { background-color: #54489A; }
a { background-color: rgb(84,72,154); }
div.DivClassName
{
background-color: #54489A;
}
.BgClassName
{
background-color: #54489A;
}
</style>
border-color css
<style>
span { border-color: #54489A; }
span { border-color: rgb(84,72,154); }
td.TdClassName
{
border-color: #54489A;
}
.TagClassName
{
border-color: #54489A;
}
</style>