Shades of Royal Blue #5166D7
Tints of Royal Blue #5166D7
RGB
CMYK
RGB Variations
Color information
#5166D7 (or 0x5166D7) is known color: Royal Blue. HEX triplet: 51, 66 and D7. RGB value is (81,102,215). Sum of RGB (Red+Green+Blue) = 81+102+215=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #5166D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166D7 is #AE9928. Grayscale: #6C6C6C. Windows color (decimal): -11442473 or 14116433. OLE color: 14116433.
HSL color Cylindrical-coordinate representation of color #5166D7: hue angle of 230.6º degrees, saturation: 0.63, 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 #5166D7 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 102 | 215 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.16 |
| HSL | 230.6º | 0.63% | 0.58% | - |
| HSV(B) | 230.6º | 0.62% | 0.84% | - |
| XYZ | 20.41 | 16.16 | 66.33 | - |
| YUV | 108.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 215 | 0.62 | 0.53 | 0 | 0.16 | 230.6 | 0.63 | 0.58 |
| Hex | 51 | 66 | D7 | 3E | 35 | 0 | 10 | E7 | 3F | 3A |
| Octal | 121 | 146 | 327 | 76 | 65 | 0 | 20 | 347 | 77 | 72 |
| Binary | 1010001 | 1100110 | 11010111 | 111110 | 110101 | 0 | 10000 | 11100111 | 111111 | 111010 |
Color Harmonies of #5166D7
Complementary color
Monochromatic Colors of #5166D7
Black with #5166D7
Text Example
Text Example
White with #5166D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166D7; }
p { color: rgb(81,102,215); }
H1.HeaderClassName
{
color: #5166D7;
}
.AnyTagClassName
{
color: #5166D7;
}
</style>
background-color css
<style>
a { background-color: #5166D7; }
a { background-color: rgb(81,102,215); }
div.DivClassName
{
background-color: #5166D7;
}
.BgClassName
{
background-color: #5166D7;
}
</style>
border-color css
<style>
span { border-color: #5166D7; }
span { border-color: rgb(81,102,215); }
td.TdClassName
{
border-color: #5166D7;
}
.TagClassName
{
border-color: #5166D7;
}
</style>