Shades of Blue Gem #544493
Tints of Blue Gem #544493
RGB
CMYK
RGB Variations
Color information
#544493 (or 0x544493) is known color: Blue Gem. HEX triplet: 54, 44 and 93. RGB value is (84,68,147). Sum of RGB (Red+Green+Blue) = 84+68+147=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #544493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544493 is #ABBB6C. Grayscale: #515151. Windows color (decimal): -11254637 or 9651284. OLE color: 9651284.
HSL color Cylindrical-coordinate representation of color #544493: hue angle of 252.15º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544493 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 68 | 147 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.42 |
| HSL | 252.15º | 0.37% | 0.42% | - |
| HSV(B) | 252.15º | 0.54% | 0.58% | - |
| XYZ | 10.99 | 8.13 | 28.59 | - |
| YUV | 81.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 147 | 0.43 | 0.54 | 0 | 0.42 | 252.15 | 0.37 | 0.42 |
| Hex | 54 | 44 | 93 | 2B | 36 | 0 | 2A | FC | 25 | 2A |
| Octal | 124 | 104 | 223 | 53 | 66 | 0 | 52 | 374 | 45 | 52 |
| Binary | 1010100 | 1000100 | 10010011 | 101011 | 110110 | 0 | 101010 | 11111100 | 100101 | 101010 |
Color Harmonies of #544493
Complementary color
Monochromatic Colors of #544493
Black with #544493
Text Example
Text Example
White with #544493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544493; }
p { color: rgb(84,68,147); }
H1.HeaderClassName
{
color: #544493;
}
.AnyTagClassName
{
color: #544493;
}
</style>
background-color css
<style>
a { background-color: #544493; }
a { background-color: rgb(84,68,147); }
div.DivClassName
{
background-color: #544493;
}
.BgClassName
{
background-color: #544493;
}
</style>
border-color css
<style>
span { border-color: #544493; }
span { border-color: rgb(84,68,147); }
td.TdClassName
{
border-color: #544493;
}
.TagClassName
{
border-color: #544493;
}
</style>