Shades of Royal Blue #5166EA
Tints of Royal Blue #5166EA
RGB
CMYK
RGB Variations
Color information
#5166EA (or 0x5166EA) is known color: Royal Blue. HEX triplet: 51, 66 and EA. RGB value is (81,102,234). Sum of RGB (Red+Green+Blue) = 81+102+234=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #5166EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166EA is #AE9915. Grayscale: #6E6E6E. Windows color (decimal): -11442454 or 15361617. OLE color: 15361617.
HSL color Cylindrical-coordinate representation of color #5166EA: hue angle of 231.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5166EA is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 102 | 234 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.08 |
| HSL | 231.76º | 0.78% | 0.62% | - |
| HSV(B) | 231.76º | 0.65% | 0.92% | - |
| XYZ | 23 | 17.19 | 79.95 | - |
| YUV | 110.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 234 | 0.65 | 0.56 | 0 | 0.08 | 231.76 | 0.78 | 0.62 |
| Hex | 51 | 66 | EA | 41 | 38 | 0 | 8 | E8 | 4E | 3E |
| Octal | 121 | 146 | 352 | 101 | 70 | 0 | 10 | 350 | 116 | 76 |
| Binary | 1010001 | 1100110 | 11101010 | 1000001 | 111000 | 0 | 1000 | 11101000 | 1001110 | 111110 |
Color Harmonies of #5166EA
Complementary color
Monochromatic Colors of #5166EA
Black with #5166EA
Text Example
Text Example
White with #5166EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166EA; }
p { color: rgb(81,102,234); }
H1.HeaderClassName
{
color: #5166EA;
}
.AnyTagClassName
{
color: #5166EA;
}
</style>
background-color css
<style>
a { background-color: #5166EA; }
a { background-color: rgb(81,102,234); }
div.DivClassName
{
background-color: #5166EA;
}
.BgClassName
{
background-color: #5166EA;
}
</style>
border-color css
<style>
span { border-color: #5166EA; }
span { border-color: rgb(81,102,234); }
td.TdClassName
{
border-color: #5166EA;
}
.TagClassName
{
border-color: #5166EA;
}
</style>