Shades of Royal Blue #516BD5
Tints of Royal Blue #516BD5
RGB
CMYK
RGB Variations
Color information
#516BD5 (or 0x516BD5) is known color: Royal Blue. HEX triplet: 51, 6B and D5. RGB value is (81,107,213). Sum of RGB (Red+Green+Blue) = 81+107+213=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #516BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BD5 is #AE942A. Grayscale: #6E6E6E. Windows color (decimal): -11441195 or 13986641. OLE color: 13986641.
HSL color Cylindrical-coordinate representation of color #516BD5: hue angle of 228.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516BD5 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 107 | 213 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.16 |
| HSL | 228.18º | 0.61% | 0.58% | - |
| HSV(B) | 228.18º | 0.62% | 0.84% | - |
| XYZ | 20.66 | 17.07 | 65.16 | - |
| YUV | 111.31 | 185.39 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 213 | 0.62 | 0.50 | 0 | 0.16 | 228.18 | 0.61 | 0.58 |
| Hex | 51 | 6B | D5 | 3E | 32 | 0 | 10 | E4 | 3D | 3A |
| Octal | 121 | 153 | 325 | 76 | 62 | 0 | 20 | 344 | 75 | 72 |
| Binary | 1010001 | 1101011 | 11010101 | 111110 | 110010 | 0 | 10000 | 11100100 | 111101 | 111010 |
Color Harmonies of #516BD5
Complementary color
Monochromatic Colors of #516BD5
Black with #516BD5
Text Example
Text Example
White with #516BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BD5; }
p { color: rgb(81,107,213); }
H1.HeaderClassName
{
color: #516BD5;
}
.AnyTagClassName
{
color: #516BD5;
}
</style>
background-color css
<style>
a { background-color: #516BD5; }
a { background-color: rgb(81,107,213); }
div.DivClassName
{
background-color: #516BD5;
}
.BgClassName
{
background-color: #516BD5;
}
</style>
border-color css
<style>
span { border-color: #516BD5; }
span { border-color: rgb(81,107,213); }
td.TdClassName
{
border-color: #516BD5;
}
.TagClassName
{
border-color: #516BD5;
}
</style>