Shades of Blue Gem #513987
Tints of Blue Gem #513987
RGB
CMYK
RGB Variations
Color information
#513987 (or 0x513987) is known color: Blue Gem. HEX triplet: 51, 39 and 87. RGB value is (81,57,135). Sum of RGB (Red+Green+Blue) = 81+57+135=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #513987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513987 is #AEC678. Grayscale: #484848. Windows color (decimal): -11454073 or 8862033. OLE color: 8862033.
HSL color Cylindrical-coordinate representation of color #513987: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513987 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 57 | 135 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.47 |
| HSL | 258.46º | 0.41% | 0.38% | - |
| HSV(B) | 258.46º | 0.58% | 0.53% | - |
| XYZ | 9.23 | 6.42 | 23.68 | - |
| YUV | 73.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 135 | 0.40 | 0.58 | 0 | 0.47 | 258.46 | 0.41 | 0.38 |
| Hex | 51 | 39 | 87 | 28 | 3A | 0 | 2F | 102 | 29 | 26 |
| Octal | 121 | 71 | 207 | 50 | 72 | 0 | 57 | 402 | 51 | 46 |
| Binary | 1010001 | 111001 | 10000111 | 101000 | 111010 | 0 | 101111 | 100000010 | 101001 | 100110 |
Color Harmonies of #513987
Complementary color
Monochromatic Colors of #513987
Black with #513987
Text Example
Text Example
White with #513987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513987; }
p { color: rgb(81,57,135); }
H1.HeaderClassName
{
color: #513987;
}
.AnyTagClassName
{
color: #513987;
}
</style>
background-color css
<style>
a { background-color: #513987; }
a { background-color: rgb(81,57,135); }
div.DivClassName
{
background-color: #513987;
}
.BgClassName
{
background-color: #513987;
}
</style>
border-color css
<style>
span { border-color: #513987; }
span { border-color: rgb(81,57,135); }
td.TdClassName
{
border-color: #513987;
}
.TagClassName
{
border-color: #513987;
}
</style>