Shades of Royal Blue #5176E4
Tints of Royal Blue #5176E4
RGB
CMYK
RGB Variations
Color information
#5176E4 (or 0x5176E4) is known color: Royal Blue. HEX triplet: 51, 76 and E4. RGB value is (81,118,228). Sum of RGB (Red+Green+Blue) = 81+118+228=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #5176E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176E4 is #AE891B. Grayscale: #767676. Windows color (decimal): -11438364 or 14972497. OLE color: 14972497.
HSL color Cylindrical-coordinate representation of color #5176E4: hue angle of 224.9º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5176E4 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 118 | 228 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.11 |
| HSL | 224.9º | 0.73% | 0.61% | - |
| HSV(B) | 224.9º | 0.64% | 0.89% | - |
| XYZ | 23.88 | 20.31 | 76.06 | - |
| YUV | 119.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 228 | 0.64 | 0.48 | 0 | 0.11 | 224.9 | 0.73 | 0.61 |
| Hex | 51 | 76 | E4 | 40 | 30 | 0 | B | E1 | 49 | 3D |
| Octal | 121 | 166 | 344 | 100 | 60 | 0 | 13 | 341 | 111 | 75 |
| Binary | 1010001 | 1110110 | 11100100 | 1000000 | 110000 | 0 | 1011 | 11100001 | 1001001 | 111101 |
Color Harmonies of #5176E4
Complementary color
Monochromatic Colors of #5176E4
Black with #5176E4
Text Example
Text Example
White with #5176E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176E4; }
p { color: rgb(81,118,228); }
H1.HeaderClassName
{
color: #5176E4;
}
.AnyTagClassName
{
color: #5176E4;
}
</style>
background-color css
<style>
a { background-color: #5176E4; }
a { background-color: rgb(81,118,228); }
div.DivClassName
{
background-color: #5176E4;
}
.BgClassName
{
background-color: #5176E4;
}
</style>
border-color css
<style>
span { border-color: #5176E4; }
span { border-color: rgb(81,118,228); }
td.TdClassName
{
border-color: #5176E4;
}
.TagClassName
{
border-color: #5176E4;
}
</style>