Shades of Blue Gem #513B9F
Tints of Blue Gem #513B9F
RGB
CMYK
RGB Variations
Color information
#513B9F (or 0x513B9F) is known color: Blue Gem. HEX triplet: 51, 3B and 9F. RGB value is (81,59,159). Sum of RGB (Red+Green+Blue) = 81+59+159=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #513B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B9F is #AEC460. Grayscale: #4C4C4C. Windows color (decimal): -11453537 or 10435409. OLE color: 10435409.
HSL color Cylindrical-coordinate representation of color #513B9F: hue angle of 253.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #513B9F is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 59 | 159 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.38 |
| HSL | 253.2º | 0.46% | 0.43% | - |
| HSV(B) | 253.2º | 0.63% | 0.62% | - |
| XYZ | 11.22 | 7.38 | 33.63 | - |
| YUV | 76.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 159 | 0.49 | 0.63 | 0 | 0.38 | 253.2 | 0.46 | 0.43 |
| Hex | 51 | 3B | 9F | 31 | 3F | 0 | 26 | FD | 2E | 2B |
| Octal | 121 | 73 | 237 | 61 | 77 | 0 | 46 | 375 | 56 | 53 |
| Binary | 1010001 | 111011 | 10011111 | 110001 | 111111 | 0 | 100110 | 11111101 | 101110 | 101011 |
Color Harmonies of #513B9F
Complementary color
Monochromatic Colors of #513B9F
Black with #513B9F
Text Example
Text Example
White with #513B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B9F; }
p { color: rgb(81,59,159); }
H1.HeaderClassName
{
color: #513B9F;
}
.AnyTagClassName
{
color: #513B9F;
}
</style>
background-color css
<style>
a { background-color: #513B9F; }
a { background-color: rgb(81,59,159); }
div.DivClassName
{
background-color: #513B9F;
}
.BgClassName
{
background-color: #513B9F;
}
</style>
border-color css
<style>
span { border-color: #513B9F; }
span { border-color: rgb(81,59,159); }
td.TdClassName
{
border-color: #513B9F;
}
.TagClassName
{
border-color: #513B9F;
}
</style>