Shades of Blue Gem #513C87
Tints of Blue Gem #513C87
RGB
CMYK
RGB Variations
Color information
#513C87 (or 0x513C87) is known color: Blue Gem. HEX triplet: 51, 3C and 87. RGB value is (81,60,135). Sum of RGB (Red+Green+Blue) = 81+60+135=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #513C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C87 is #AEC378. Grayscale: #4A4A4A. Windows color (decimal): -11453305 or 8862801. OLE color: 8862801.
HSL color Cylindrical-coordinate representation of color #513C87: hue angle of 256.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513C87 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 60 | 135 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.47 |
| HSL | 256.8º | 0.38% | 0.38% | - |
| HSV(B) | 256.8º | 0.56% | 0.53% | - |
| XYZ | 9.38 | 6.73 | 23.73 | - |
| YUV | 74.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 135 | 0.40 | 0.56 | 0 | 0.47 | 256.8 | 0.38 | 0.38 |
| Hex | 51 | 3C | 87 | 28 | 38 | 0 | 2F | 101 | 26 | 26 |
| Octal | 121 | 74 | 207 | 50 | 70 | 0 | 57 | 401 | 46 | 46 |
| Binary | 1010001 | 111100 | 10000111 | 101000 | 111000 | 0 | 101111 | 100000001 | 100110 | 100110 |
Color Harmonies of #513C87
Complementary color
Monochromatic Colors of #513C87
Black with #513C87
Text Example
Text Example
White with #513C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C87; }
p { color: rgb(81,60,135); }
H1.HeaderClassName
{
color: #513C87;
}
.AnyTagClassName
{
color: #513C87;
}
</style>
background-color css
<style>
a { background-color: #513C87; }
a { background-color: rgb(81,60,135); }
div.DivClassName
{
background-color: #513C87;
}
.BgClassName
{
background-color: #513C87;
}
</style>
border-color css
<style>
span { border-color: #513C87; }
span { border-color: rgb(81,60,135); }
td.TdClassName
{
border-color: #513C87;
}
.TagClassName
{
border-color: #513C87;
}
</style>