Shades of Blue Gem #544392
Tints of Blue Gem #544392
RGB
CMYK
RGB Variations
Color information
#544392 (or 0x544392) is known color: Blue Gem. HEX triplet: 54, 43 and 92. RGB value is (84,67,146). Sum of RGB (Red+Green+Blue) = 84+67+146=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #544392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544392 is #ABBC6D. Grayscale: #505050. Windows color (decimal): -11254894 or 9585492. OLE color: 9585492.
HSL color Cylindrical-coordinate representation of color #544392: hue angle of 252.91º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544392 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 67 | 146 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.43 |
| HSL | 252.91º | 0.37% | 0.42% | - |
| HSV(B) | 252.91º | 0.54% | 0.57% | - |
| XYZ | 10.85 | 7.97 | 28.16 | - |
| YUV | 81.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 146 | 0.42 | 0.54 | 0 | 0.43 | 252.91 | 0.37 | 0.42 |
| Hex | 54 | 43 | 92 | 2A | 36 | 0 | 2B | FD | 25 | 2A |
| Octal | 124 | 103 | 222 | 52 | 66 | 0 | 53 | 375 | 45 | 52 |
| Binary | 1010100 | 1000011 | 10010010 | 101010 | 110110 | 0 | 101011 | 11111101 | 100101 | 101010 |
Color Harmonies of #544392
Complementary color
Monochromatic Colors of #544392
Black with #544392
Text Example
Text Example
White with #544392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544392; }
p { color: rgb(84,67,146); }
H1.HeaderClassName
{
color: #544392;
}
.AnyTagClassName
{
color: #544392;
}
</style>
background-color css
<style>
a { background-color: #544392; }
a { background-color: rgb(84,67,146); }
div.DivClassName
{
background-color: #544392;
}
.BgClassName
{
background-color: #544392;
}
</style>
border-color css
<style>
span { border-color: #544392; }
span { border-color: rgb(84,67,146); }
td.TdClassName
{
border-color: #544392;
}
.TagClassName
{
border-color: #544392;
}
</style>