Shades of Blue Gem #513F90
Tints of Blue Gem #513F90
RGB
CMYK
RGB Variations
Color information
#513F90 (or 0x513F90) is known color: Blue Gem. HEX triplet: 51, 3F and 90. RGB value is (81,63,144). Sum of RGB (Red+Green+Blue) = 81+63+144=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #513F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F90 is #AEC06F. Grayscale: #4D4D4D. Windows color (decimal): -11452528 or 9453393. OLE color: 9453393.
HSL color Cylindrical-coordinate representation of color #513F90: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513F90 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 63 | 144 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.44 |
| HSL | 253.33º | 0.39% | 0.41% | - |
| HSV(B) | 253.33º | 0.56% | 0.56% | - |
| XYZ | 10.2 | 7.32 | 27.26 | - |
| YUV | 77.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 144 | 0.44 | 0.56 | 0 | 0.44 | 253.33 | 0.39 | 0.41 |
| Hex | 51 | 3F | 90 | 2C | 38 | 0 | 2C | FD | 27 | 29 |
| Octal | 121 | 77 | 220 | 54 | 70 | 0 | 54 | 375 | 47 | 51 |
| Binary | 1010001 | 111111 | 10010000 | 101100 | 111000 | 0 | 101100 | 11111101 | 100111 | 101001 |
Color Harmonies of #513F90
Complementary color
Monochromatic Colors of #513F90
Black with #513F90
Text Example
Text Example
White with #513F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F90; }
p { color: rgb(81,63,144); }
H1.HeaderClassName
{
color: #513F90;
}
.AnyTagClassName
{
color: #513F90;
}
</style>
background-color css
<style>
a { background-color: #513F90; }
a { background-color: rgb(81,63,144); }
div.DivClassName
{
background-color: #513F90;
}
.BgClassName
{
background-color: #513F90;
}
</style>
border-color css
<style>
span { border-color: #513F90; }
span { border-color: rgb(81,63,144); }
td.TdClassName
{
border-color: #513F90;
}
.TagClassName
{
border-color: #513F90;
}
</style>