Shades of Blue Gem #514893
Tints of Blue Gem #514893
RGB
CMYK
RGB Variations
Color information
#514893 (or 0x514893) is known color: Blue Gem. HEX triplet: 51, 48 and 93. RGB value is (81,72,147). Sum of RGB (Red+Green+Blue) = 81+72+147=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #514893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514893 is #AEB76C. Grayscale: #525252. Windows color (decimal): -11450221 or 9652305. OLE color: 9652305.
HSL color Cylindrical-coordinate representation of color #514893: hue angle of 247.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514893 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 72 | 147 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.42 |
| HSL | 247.2º | 0.34% | 0.43% | - |
| HSV(B) | 247.2º | 0.51% | 0.58% | - |
| XYZ | 10.98 | 8.49 | 28.66 | - |
| YUV | 83.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 147 | 0.45 | 0.51 | 0 | 0.42 | 247.2 | 0.34 | 0.43 |
| Hex | 51 | 48 | 93 | 2D | 33 | 0 | 2A | F7 | 22 | 2B |
| Octal | 121 | 110 | 223 | 55 | 63 | 0 | 52 | 367 | 42 | 53 |
| Binary | 1010001 | 1001000 | 10010011 | 101101 | 110011 | 0 | 101010 | 11110111 | 100010 | 101011 |
Color Harmonies of #514893
Complementary color
Monochromatic Colors of #514893
Black with #514893
Text Example
Text Example
White with #514893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514893; }
p { color: rgb(81,72,147); }
H1.HeaderClassName
{
color: #514893;
}
.AnyTagClassName
{
color: #514893;
}
</style>
background-color css
<style>
a { background-color: #514893; }
a { background-color: rgb(81,72,147); }
div.DivClassName
{
background-color: #514893;
}
.BgClassName
{
background-color: #514893;
}
</style>
border-color css
<style>
span { border-color: #514893; }
span { border-color: rgb(81,72,147); }
td.TdClassName
{
border-color: #514893;
}
.TagClassName
{
border-color: #514893;
}
</style>