Shades of Blue Gem #513BA9
Tints of Blue Gem #513BA9
RGB
CMYK
RGB Variations
Color information
#513BA9 (or 0x513BA9) is known color: Blue Gem. HEX triplet: 51, 3B and A9. RGB value is (81,59,169). Sum of RGB (Red+Green+Blue) = 81+59+169=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #513BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BA9 is #AEC456. Grayscale: #4D4D4D. Windows color (decimal): -11453527 or 11090769. OLE color: 11090769.
HSL color Cylindrical-coordinate representation of color #513BA9: hue angle of 252º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513BA9 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 59 | 169 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.34 |
| HSL | 252º | 0.48% | 0.45% | - |
| HSV(B) | 252º | 0.65% | 0.66% | - |
| XYZ | 12.12 | 7.74 | 38.39 | - |
| YUV | 78.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 169 | 0.52 | 0.65 | 0 | 0.34 | 252 | 0.48 | 0.45 |
| Hex | 51 | 3B | A9 | 34 | 41 | 0 | 22 | FC | 30 | 2D |
| Octal | 121 | 73 | 251 | 64 | 101 | 0 | 42 | 374 | 60 | 55 |
| Binary | 1010001 | 111011 | 10101001 | 110100 | 1000001 | 0 | 100010 | 11111100 | 110000 | 101101 |
Color Harmonies of #513BA9
Complementary color
Monochromatic Colors of #513BA9
Black with #513BA9
Text Example
Text Example
White with #513BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BA9; }
p { color: rgb(81,59,169); }
H1.HeaderClassName
{
color: #513BA9;
}
.AnyTagClassName
{
color: #513BA9;
}
</style>
background-color css
<style>
a { background-color: #513BA9; }
a { background-color: rgb(81,59,169); }
div.DivClassName
{
background-color: #513BA9;
}
.BgClassName
{
background-color: #513BA9;
}
</style>
border-color css
<style>
span { border-color: #513BA9; }
span { border-color: rgb(81,59,169); }
td.TdClassName
{
border-color: #513BA9;
}
.TagClassName
{
border-color: #513BA9;
}
</style>