Shades of Royal Blue #5171D3
Tints of Royal Blue #5171D3
RGB
CMYK
RGB Variations
Color information
#5171D3 (or 0x5171D3) is known color: Royal Blue. HEX triplet: 51, 71 and D3. RGB value is (81,113,211). Sum of RGB (Red+Green+Blue) = 81+113+211=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #5171D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5171D3 is #AE8E2C. Grayscale: #727272. Windows color (decimal): -11439661 or 13857105. OLE color: 13857105.
HSL color Cylindrical-coordinate representation of color #5171D3: hue angle of 225.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5171D3 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 113 | 211 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.17 |
| HSL | 225.23º | 0.6% | 0.57% | - |
| HSV(B) | 225.23º | 0.62% | 0.83% | - |
| XYZ | 21.06 | 18.26 | 64.04 | - |
| YUV | 114.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 211 | 0.62 | 0.46 | 0 | 0.17 | 225.23 | 0.6 | 0.57 |
| Hex | 51 | 71 | D3 | 3E | 2E | 0 | 11 | E1 | 3C | 39 |
| Octal | 121 | 161 | 323 | 76 | 56 | 0 | 21 | 341 | 74 | 71 |
| Binary | 1010001 | 1110001 | 11010011 | 111110 | 101110 | 0 | 10001 | 11100001 | 111100 | 111001 |
Color Harmonies of #5171D3
Complementary color
Monochromatic Colors of #5171D3
Black with #5171D3
Text Example
Text Example
White with #5171D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5171D3; }
p { color: rgb(81,113,211); }
H1.HeaderClassName
{
color: #5171D3;
}
.AnyTagClassName
{
color: #5171D3;
}
</style>
background-color css
<style>
a { background-color: #5171D3; }
a { background-color: rgb(81,113,211); }
div.DivClassName
{
background-color: #5171D3;
}
.BgClassName
{
background-color: #5171D3;
}
</style>
border-color css
<style>
span { border-color: #5171D3; }
span { border-color: rgb(81,113,211); }
td.TdClassName
{
border-color: #5171D3;
}
.TagClassName
{
border-color: #5171D3;
}
</style>