Shades of Blue Gem #513B89
Tints of Blue Gem #513B89
RGB
CMYK
RGB Variations
Color information
#513B89 (or 0x513B89) is known color: Blue Gem. HEX triplet: 51, 3B and 89. RGB value is (81,59,137). Sum of RGB (Red+Green+Blue) = 81+59+137=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #513B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B89 is #AEC476. Grayscale: #4A4A4A. Windows color (decimal): -11453559 or 8993617. OLE color: 8993617.
HSL color Cylindrical-coordinate representation of color #513B89: hue angle of 256.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513B89 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 59 | 137 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.46 |
| HSL | 256.92º | 0.4% | 0.38% | - |
| HSV(B) | 256.92º | 0.57% | 0.54% | - |
| XYZ | 9.47 | 6.68 | 24.46 | - |
| YUV | 74.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 137 | 0.41 | 0.57 | 0 | 0.46 | 256.92 | 0.4 | 0.38 |
| Hex | 51 | 3B | 89 | 29 | 39 | 0 | 2E | 101 | 28 | 26 |
| Octal | 121 | 73 | 211 | 51 | 71 | 0 | 56 | 401 | 50 | 46 |
| Binary | 1010001 | 111011 | 10001001 | 101001 | 111001 | 0 | 101110 | 100000001 | 101000 | 100110 |
Color Harmonies of #513B89
Complementary color
Monochromatic Colors of #513B89
Black with #513B89
Text Example
Text Example
White with #513B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B89; }
p { color: rgb(81,59,137); }
H1.HeaderClassName
{
color: #513B89;
}
.AnyTagClassName
{
color: #513B89;
}
</style>
background-color css
<style>
a { background-color: #513B89; }
a { background-color: rgb(81,59,137); }
div.DivClassName
{
background-color: #513B89;
}
.BgClassName
{
background-color: #513B89;
}
</style>
border-color css
<style>
span { border-color: #513B89; }
span { border-color: rgb(81,59,137); }
td.TdClassName
{
border-color: #513B89;
}
.TagClassName
{
border-color: #513B89;
}
</style>