Shades of Royal Blue #516AD5
Tints of Royal Blue #516AD5
RGB
CMYK
RGB Variations
Color information
#516AD5 (or 0x516AD5) is known color: Royal Blue. HEX triplet: 51, 6A and D5. RGB value is (81,106,213). Sum of RGB (Red+Green+Blue) = 81+106+213=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #516AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AD5 is #AE952A. Grayscale: #6E6E6E. Windows color (decimal): -11441451 or 13986385. OLE color: 13986385.
HSL color Cylindrical-coordinate representation of color #516AD5: hue angle of 228.64º 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 #516AD5 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 106 | 213 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.16 |
| HSL | 228.64º | 0.61% | 0.58% | - |
| HSV(B) | 228.64º | 0.62% | 0.84% | - |
| XYZ | 20.56 | 16.86 | 65.12 | - |
| YUV | 110.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 213 | 0.62 | 0.50 | 0 | 0.16 | 228.64 | 0.61 | 0.58 |
| Hex | 51 | 6A | D5 | 3E | 32 | 0 | 10 | E5 | 3D | 3A |
| Octal | 121 | 152 | 325 | 76 | 62 | 0 | 20 | 345 | 75 | 72 |
| Binary | 1010001 | 1101010 | 11010101 | 111110 | 110010 | 0 | 10000 | 11100101 | 111101 | 111010 |
Color Harmonies of #516AD5
Complementary color
Monochromatic Colors of #516AD5
Black with #516AD5
Text Example
Text Example
White with #516AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AD5; }
p { color: rgb(81,106,213); }
H1.HeaderClassName
{
color: #516AD5;
}
.AnyTagClassName
{
color: #516AD5;
}
</style>
background-color css
<style>
a { background-color: #516AD5; }
a { background-color: rgb(81,106,213); }
div.DivClassName
{
background-color: #516AD5;
}
.BgClassName
{
background-color: #516AD5;
}
</style>
border-color css
<style>
span { border-color: #516AD5; }
span { border-color: rgb(81,106,213); }
td.TdClassName
{
border-color: #516AD5;
}
.TagClassName
{
border-color: #516AD5;
}
</style>