Shades of Royal Blue #5176DE
Tints of Royal Blue #5176DE
RGB
CMYK
RGB Variations
Color information
#5176DE (or 0x5176DE) is known color: Royal Blue. HEX triplet: 51, 76 and DE. RGB value is (81,118,222). Sum of RGB (Red+Green+Blue) = 81+118+222=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #5176DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176DE is #AE8921. Grayscale: #767676. Windows color (decimal): -11438370 or 14579281. OLE color: 14579281.
HSL color Cylindrical-coordinate representation of color #5176DE: hue angle of 224.26º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5176DE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 118 | 222 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.13 |
| HSL | 224.26º | 0.68% | 0.59% | - |
| HSV(B) | 224.26º | 0.64% | 0.87% | - |
| XYZ | 23.06 | 19.98 | 71.75 | - |
| YUV | 118.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 222 | 0.64 | 0.47 | 0 | 0.13 | 224.26 | 0.68 | 0.59 |
| Hex | 51 | 76 | DE | 40 | 2F | 0 | D | E0 | 44 | 3B |
| Octal | 121 | 166 | 336 | 100 | 57 | 0 | 15 | 340 | 104 | 73 |
| Binary | 1010001 | 1110110 | 11011110 | 1000000 | 101111 | 0 | 1101 | 11100000 | 1000100 | 111011 |
Color Harmonies of #5176DE
Complementary color
Monochromatic Colors of #5176DE
Black with #5176DE
Text Example
Text Example
White with #5176DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176DE; }
p { color: rgb(81,118,222); }
H1.HeaderClassName
{
color: #5176DE;
}
.AnyTagClassName
{
color: #5176DE;
}
</style>
background-color css
<style>
a { background-color: #5176DE; }
a { background-color: rgb(81,118,222); }
div.DivClassName
{
background-color: #5176DE;
}
.BgClassName
{
background-color: #5176DE;
}
</style>
border-color css
<style>
span { border-color: #5176DE; }
span { border-color: rgb(81,118,222); }
td.TdClassName
{
border-color: #5176DE;
}
.TagClassName
{
border-color: #5176DE;
}
</style>