Shades of Royal Blue #5166EC
Tints of Royal Blue #5166EC
RGB
CMYK
RGB Variations
Color information
#5166EC (or 0x5166EC) is known color: Royal Blue. HEX triplet: 51, 66 and EC. RGB value is (81,102,236). Sum of RGB (Red+Green+Blue) = 81+102+236=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #5166EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166EC is #AE9913. Grayscale: #6E6E6E. Windows color (decimal): -11442452 or 15492689. OLE color: 15492689.
HSL color Cylindrical-coordinate representation of color #5166EC: hue angle of 231.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5166EC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 102 | 236 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.87º | 0.8% | 0.62% | - |
| HSV(B) | 231.87º | 0.66% | 0.93% | - |
| XYZ | 23.29 | 17.31 | 81.47 | - |
| YUV | 111 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 236 | 0.66 | 0.57 | 0 | 0.07 | 231.87 | 0.8 | 0.62 |
| Hex | 51 | 66 | EC | 42 | 39 | 0 | 7 | E8 | 50 | 3E |
| Octal | 121 | 146 | 354 | 102 | 71 | 0 | 7 | 350 | 120 | 76 |
| Binary | 1010001 | 1100110 | 11101100 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010000 | 111110 |
Color Harmonies of #5166EC
Complementary color
Monochromatic Colors of #5166EC
Black with #5166EC
Text Example
Text Example
White with #5166EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166EC; }
p { color: rgb(81,102,236); }
H1.HeaderClassName
{
color: #5166EC;
}
.AnyTagClassName
{
color: #5166EC;
}
</style>
background-color css
<style>
a { background-color: #5166EC; }
a { background-color: rgb(81,102,236); }
div.DivClassName
{
background-color: #5166EC;
}
.BgClassName
{
background-color: #5166EC;
}
</style>
border-color css
<style>
span { border-color: #5166EC; }
span { border-color: rgb(81,102,236); }
td.TdClassName
{
border-color: #5166EC;
}
.TagClassName
{
border-color: #5166EC;
}
</style>