Shades of Royal Blue #5176EF
Tints of Royal Blue #5176EF
RGB
CMYK
RGB Variations
Color information
#5176EF (or 0x5176EF) is known color: Royal Blue. HEX triplet: 51, 76 and EF. RGB value is (81,118,239). Sum of RGB (Red+Green+Blue) = 81+118+239=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5176EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5176EF is #AE8910. Grayscale: #787878. Windows color (decimal): -11438353 or 15693393. OLE color: 15693393.
HSL color Cylindrical-coordinate representation of color #5176EF: hue angle of 225.95º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5176EF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 118 | 239 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.06 |
| HSL | 225.95º | 0.83% | 0.63% | - |
| HSV(B) | 225.95º | 0.66% | 0.94% | - |
| XYZ | 25.45 | 20.94 | 84.36 | - |
| YUV | 120.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 239 | 0.66 | 0.51 | 0 | 0.06 | 225.95 | 0.83 | 0.63 |
| Hex | 51 | 76 | EF | 42 | 33 | 0 | 6 | E2 | 53 | 3F |
| Octal | 121 | 166 | 357 | 102 | 63 | 0 | 6 | 342 | 123 | 77 |
| Binary | 1010001 | 1110110 | 11101111 | 1000010 | 110011 | 0 | 110 | 11100010 | 1010011 | 111111 |
Color Harmonies of #5176EF
Complementary color
Monochromatic Colors of #5176EF
Black with #5176EF
Text Example
Text Example
White with #5176EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176EF; }
p { color: rgb(81,118,239); }
H1.HeaderClassName
{
color: #5176EF;
}
.AnyTagClassName
{
color: #5176EF;
}
</style>
background-color css
<style>
a { background-color: #5176EF; }
a { background-color: rgb(81,118,239); }
div.DivClassName
{
background-color: #5176EF;
}
.BgClassName
{
background-color: #5176EF;
}
</style>
border-color css
<style>
span { border-color: #5176EF; }
span { border-color: rgb(81,118,239); }
td.TdClassName
{
border-color: #5176EF;
}
.TagClassName
{
border-color: #5176EF;
}
</style>