Shades of Blue Gem #514598
Tints of Blue Gem #514598
RGB
CMYK
RGB Variations
Color information
#514598 (or 0x514598) is known color: Blue Gem. HEX triplet: 51, 45 and 98. RGB value is (81,69,152). Sum of RGB (Red+Green+Blue) = 81+69+152=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #514598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514598 is #AEBA67. Grayscale: #515151. Windows color (decimal): -11450984 or 9979217. OLE color: 9979217.
HSL color Cylindrical-coordinate representation of color #514598: hue angle of 248.67º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514598 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 69 | 152 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.40 |
| HSL | 248.67º | 0.38% | 0.43% | - |
| HSV(B) | 248.67º | 0.55% | 0.6% | - |
| XYZ | 11.19 | 8.27 | 30.71 | - |
| YUV | 82.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 152 | 0.47 | 0.55 | 0 | 0.40 | 248.67 | 0.38 | 0.43 |
| Hex | 51 | 45 | 98 | 2F | 37 | 0 | 28 | F9 | 26 | 2B |
| Octal | 121 | 105 | 230 | 57 | 67 | 0 | 50 | 371 | 46 | 53 |
| Binary | 1010001 | 1000101 | 10011000 | 101111 | 110111 | 0 | 101000 | 11111001 | 100110 | 101011 |
Color Harmonies of #514598
Complementary color
Monochromatic Colors of #514598
Black with #514598
Text Example
Text Example
White with #514598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514598; }
p { color: rgb(81,69,152); }
H1.HeaderClassName
{
color: #514598;
}
.AnyTagClassName
{
color: #514598;
}
</style>
background-color css
<style>
a { background-color: #514598; }
a { background-color: rgb(81,69,152); }
div.DivClassName
{
background-color: #514598;
}
.BgClassName
{
background-color: #514598;
}
</style>
border-color css
<style>
span { border-color: #514598; }
span { border-color: rgb(81,69,152); }
td.TdClassName
{
border-color: #514598;
}
.TagClassName
{
border-color: #514598;
}
</style>