Shades of Blue Gem #544492
Tints of Blue Gem #544492
RGB
CMYK
RGB Variations
Color information
#544492 (or 0x544492) is known color: Blue Gem. HEX triplet: 54, 44 and 92. RGB value is (84,68,146). Sum of RGB (Red+Green+Blue) = 84+68+146=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #544492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544492 is #ABBB6D. Grayscale: #515151. Windows color (decimal): -11254638 or 9585748. OLE color: 9585748.
HSL color Cylindrical-coordinate representation of color #544492: hue angle of 252.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #544492 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 68 | 146 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.43 |
| HSL | 252.31º | 0.36% | 0.42% | - |
| HSV(B) | 252.31º | 0.53% | 0.57% | - |
| XYZ | 10.91 | 8.09 | 28.18 | - |
| YUV | 81.68 | 164.3 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 146 | 0.42 | 0.53 | 0 | 0.43 | 252.31 | 0.36 | 0.42 |
| Hex | 54 | 44 | 92 | 2A | 35 | 0 | 2B | FC | 24 | 2A |
| Octal | 124 | 104 | 222 | 52 | 65 | 0 | 53 | 374 | 44 | 52 |
| Binary | 1010100 | 1000100 | 10010010 | 101010 | 110101 | 0 | 101011 | 11111100 | 100100 | 101010 |
Color Harmonies of #544492
Complementary color
Monochromatic Colors of #544492
Black with #544492
Text Example
Text Example
White with #544492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544492; }
p { color: rgb(84,68,146); }
H1.HeaderClassName
{
color: #544492;
}
.AnyTagClassName
{
color: #544492;
}
</style>
background-color css
<style>
a { background-color: #544492; }
a { background-color: rgb(84,68,146); }
div.DivClassName
{
background-color: #544492;
}
.BgClassName
{
background-color: #544492;
}
</style>
border-color css
<style>
span { border-color: #544492; }
span { border-color: rgb(84,68,146); }
td.TdClassName
{
border-color: #544492;
}
.TagClassName
{
border-color: #544492;
}
</style>