Shades of Royal Blue #5176DA
Tints of Royal Blue #5176DA
RGB
CMYK
RGB Variations
Color information
#5176DA (or 0x5176DA) is known color: Royal Blue. HEX triplet: 51, 76 and DA. RGB value is (81,118,218). Sum of RGB (Red+Green+Blue) = 81+118+218=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #5176DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176DA is #AE8925. Grayscale: #757575. Windows color (decimal): -11438374 or 14317137. OLE color: 14317137.
HSL color Cylindrical-coordinate representation of color #5176DA: hue angle of 223.8º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5176DA is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 118 | 218 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.15 |
| HSL | 223.8º | 0.65% | 0.59% | - |
| HSV(B) | 223.8º | 0.63% | 0.85% | - |
| XYZ | 22.53 | 19.77 | 68.96 | - |
| YUV | 118.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 218 | 0.63 | 0.46 | 0 | 0.15 | 223.8 | 0.65 | 0.59 |
| Hex | 51 | 76 | DA | 3F | 2E | 0 | F | E0 | 41 | 3B |
| Octal | 121 | 166 | 332 | 77 | 56 | 0 | 17 | 340 | 101 | 73 |
| Binary | 1010001 | 1110110 | 11011010 | 111111 | 101110 | 0 | 1111 | 11100000 | 1000001 | 111011 |
Color Harmonies of #5176DA
Complementary color
Monochromatic Colors of #5176DA
Black with #5176DA
Text Example
Text Example
White with #5176DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176DA; }
p { color: rgb(81,118,218); }
H1.HeaderClassName
{
color: #5176DA;
}
.AnyTagClassName
{
color: #5176DA;
}
</style>
background-color css
<style>
a { background-color: #5176DA; }
a { background-color: rgb(81,118,218); }
div.DivClassName
{
background-color: #5176DA;
}
.BgClassName
{
background-color: #5176DA;
}
</style>
border-color css
<style>
span { border-color: #5176DA; }
span { border-color: rgb(81,118,218); }
td.TdClassName
{
border-color: #5176DA;
}
.TagClassName
{
border-color: #5176DA;
}
</style>