Shades of Royal Blue #5176D6
Tints of Royal Blue #5176D6
RGB
CMYK
RGB Variations
Color information
#5176D6 (or 0x5176D6) is known color: Royal Blue. HEX triplet: 51, 76 and D6. RGB value is (81,118,214). Sum of RGB (Red+Green+Blue) = 81+118+214=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #5176D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176D6 is #AE8929. Grayscale: #757575. Windows color (decimal): -11438378 or 14054993. OLE color: 14054993.
HSL color Cylindrical-coordinate representation of color #5176D6: hue angle of 223.31º degrees, saturation: 0.62, 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 #5176D6 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 118 | 214 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.16 |
| HSL | 223.31º | 0.62% | 0.58% | - |
| HSV(B) | 223.31º | 0.62% | 0.84% | - |
| XYZ | 22.01 | 19.56 | 66.23 | - |
| YUV | 117.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 214 | 0.62 | 0.45 | 0 | 0.16 | 223.31 | 0.62 | 0.58 |
| Hex | 51 | 76 | D6 | 3E | 2D | 0 | 10 | DF | 3E | 3A |
| Octal | 121 | 166 | 326 | 76 | 55 | 0 | 20 | 337 | 76 | 72 |
| Binary | 1010001 | 1110110 | 11010110 | 111110 | 101101 | 0 | 10000 | 11011111 | 111110 | 111010 |
Color Harmonies of #5176D6
Complementary color
Monochromatic Colors of #5176D6
Black with #5176D6
Text Example
Text Example
White with #5176D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176D6; }
p { color: rgb(81,118,214); }
H1.HeaderClassName
{
color: #5176D6;
}
.AnyTagClassName
{
color: #5176D6;
}
</style>
background-color css
<style>
a { background-color: #5176D6; }
a { background-color: rgb(81,118,214); }
div.DivClassName
{
background-color: #5176D6;
}
.BgClassName
{
background-color: #5176D6;
}
</style>
border-color css
<style>
span { border-color: #5176D6; }
span { border-color: rgb(81,118,214); }
td.TdClassName
{
border-color: #5176D6;
}
.TagClassName
{
border-color: #5176D6;
}
</style>