Shades of Royal Blue #5176DC
Tints of Royal Blue #5176DC
RGB
CMYK
RGB Variations
Color information
#5176DC (or 0x5176DC) is known color: Royal Blue. HEX triplet: 51, 76 and DC. RGB value is (81,118,220). Sum of RGB (Red+Green+Blue) = 81+118+220=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5176DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176DC is #AE8923. Grayscale: #767676. Windows color (decimal): -11438372 or 14448209. OLE color: 14448209.
HSL color Cylindrical-coordinate representation of color #5176DC: hue angle of 224.03º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5176DC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 118 | 220 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.14 |
| HSL | 224.03º | 0.67% | 0.59% | - |
| HSV(B) | 224.03º | 0.63% | 0.86% | - |
| XYZ | 22.79 | 19.87 | 70.34 | - |
| YUV | 118.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 220 | 0.63 | 0.46 | 0 | 0.14 | 224.03 | 0.67 | 0.59 |
| Hex | 51 | 76 | DC | 3F | 2E | 0 | E | E0 | 43 | 3B |
| Octal | 121 | 166 | 334 | 77 | 56 | 0 | 16 | 340 | 103 | 73 |
| Binary | 1010001 | 1110110 | 11011100 | 111111 | 101110 | 0 | 1110 | 11100000 | 1000011 | 111011 |
Color Harmonies of #5176DC
Complementary color
Monochromatic Colors of #5176DC
Black with #5176DC
Text Example
Text Example
White with #5176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176DC; }
p { color: rgb(81,118,220); }
H1.HeaderClassName
{
color: #5176DC;
}
.AnyTagClassName
{
color: #5176DC;
}
</style>
background-color css
<style>
a { background-color: #5176DC; }
a { background-color: rgb(81,118,220); }
div.DivClassName
{
background-color: #5176DC;
}
.BgClassName
{
background-color: #5176DC;
}
</style>
border-color css
<style>
span { border-color: #5176DC; }
span { border-color: rgb(81,118,220); }
td.TdClassName
{
border-color: #5176DC;
}
.TagClassName
{
border-color: #5176DC;
}
</style>