Shades of Blue Gem #513699
Tints of Blue Gem #513699
RGB
CMYK
RGB Variations
Color information
#513699 (or 0x513699) is known color: Blue Gem. HEX triplet: 51, 36 and 99. RGB value is (81,54,153). Sum of RGB (Red+Green+Blue) = 81+54+153=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #513699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513699 is #AEC966. Grayscale: #484848. Windows color (decimal): -11454823 or 10040913. OLE color: 10040913.
HSL color Cylindrical-coordinate representation of color #513699: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513699 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 54 | 153 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.4 |
| HSL | 256.36º | 0.48% | 0.41% | - |
| HSV(B) | 256.36º | 0.65% | 0.6% | - |
| XYZ | 10.46 | 6.69 | 30.88 | - |
| YUV | 73.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 153 | 0.47 | 0.65 | 0 | 0.4 | 256.36 | 0.48 | 0.41 |
| Hex | 51 | 36 | 99 | 2F | 41 | 0 | 28 | 100 | 30 | 29 |
| Octal | 121 | 66 | 231 | 57 | 101 | 0 | 50 | 400 | 60 | 51 |
| Binary | 1010001 | 110110 | 10011001 | 101111 | 1000001 | 0 | 101000 | 100000000 | 110000 | 101001 |
Color Harmonies of #513699
Complementary color
Monochromatic Colors of #513699
Black with #513699
Text Example
Text Example
White with #513699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513699; }
p { color: rgb(81,54,153); }
H1.HeaderClassName
{
color: #513699;
}
.AnyTagClassName
{
color: #513699;
}
</style>
background-color css
<style>
a { background-color: #513699; }
a { background-color: rgb(81,54,153); }
div.DivClassName
{
background-color: #513699;
}
.BgClassName
{
background-color: #513699;
}
</style>
border-color css
<style>
span { border-color: #513699; }
span { border-color: rgb(81,54,153); }
td.TdClassName
{
border-color: #513699;
}
.TagClassName
{
border-color: #513699;
}
</style>