Shades of Royal Blue #5166DD
Tints of Royal Blue #5166DD
RGB
CMYK
RGB Variations
Color information
#5166DD (or 0x5166DD) is known color: Royal Blue. HEX triplet: 51, 66 and DD. RGB value is (81,102,221). Sum of RGB (Red+Green+Blue) = 81+102+221=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #5166DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166DD is #AE9922. Grayscale: #6C6C6C. Windows color (decimal): -11442467 or 14509649. OLE color: 14509649.
HSL color Cylindrical-coordinate representation of color #5166DD: hue angle of 231º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5166DD is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 102 | 221 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.13 |
| HSL | 231º | 0.67% | 0.59% | - |
| HSV(B) | 231º | 0.63% | 0.87% | - |
| XYZ | 21.2 | 16.47 | 70.47 | - |
| YUV | 109.29 | 191.04 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 221 | 0.63 | 0.54 | 0 | 0.13 | 231 | 0.67 | 0.59 |
| Hex | 51 | 66 | DD | 3F | 36 | 0 | D | E7 | 43 | 3B |
| Octal | 121 | 146 | 335 | 77 | 66 | 0 | 15 | 347 | 103 | 73 |
| Binary | 1010001 | 1100110 | 11011101 | 111111 | 110110 | 0 | 1101 | 11100111 | 1000011 | 111011 |
Color Harmonies of #5166DD
Complementary color
Monochromatic Colors of #5166DD
Black with #5166DD
Text Example
Text Example
White with #5166DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166DD; }
p { color: rgb(81,102,221); }
H1.HeaderClassName
{
color: #5166DD;
}
.AnyTagClassName
{
color: #5166DD;
}
</style>
background-color css
<style>
a { background-color: #5166DD; }
a { background-color: rgb(81,102,221); }
div.DivClassName
{
background-color: #5166DD;
}
.BgClassName
{
background-color: #5166DD;
}
</style>
border-color css
<style>
span { border-color: #5166DD; }
span { border-color: rgb(81,102,221); }
td.TdClassName
{
border-color: #5166DD;
}
.TagClassName
{
border-color: #5166DD;
}
</style>