Shades of Royal Blue #5176EA
Tints of Royal Blue #5176EA
RGB
CMYK
RGB Variations
Color information
#5176EA (or 0x5176EA) is known color: Royal Blue. HEX triplet: 51, 76 and EA. RGB value is (81,118,234). Sum of RGB (Red+Green+Blue) = 81+118+234=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5176EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5176EA is #AE8915. Grayscale: #777777. Windows color (decimal): -11438358 or 15365713. OLE color: 15365713.
HSL color Cylindrical-coordinate representation of color #5176EA: hue angle of 225.49º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5176EA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 118 | 234 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.08 |
| HSL | 225.49º | 0.78% | 0.62% | - |
| HSV(B) | 225.49º | 0.65% | 0.92% | - |
| XYZ | 24.72 | 20.65 | 80.52 | - |
| YUV | 120.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 234 | 0.65 | 0.50 | 0 | 0.08 | 225.49 | 0.78 | 0.62 |
| Hex | 51 | 76 | EA | 41 | 32 | 0 | 8 | E1 | 4E | 3E |
| Octal | 121 | 166 | 352 | 101 | 62 | 0 | 10 | 341 | 116 | 76 |
| Binary | 1010001 | 1110110 | 11101010 | 1000001 | 110010 | 0 | 1000 | 11100001 | 1001110 | 111110 |
Color Harmonies of #5176EA
Complementary color
Monochromatic Colors of #5176EA
Black with #5176EA
Text Example
Text Example
White with #5176EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176EA; }
p { color: rgb(81,118,234); }
H1.HeaderClassName
{
color: #5176EA;
}
.AnyTagClassName
{
color: #5176EA;
}
</style>
background-color css
<style>
a { background-color: #5176EA; }
a { background-color: rgb(81,118,234); }
div.DivClassName
{
background-color: #5176EA;
}
.BgClassName
{
background-color: #5176EA;
}
</style>
border-color css
<style>
span { border-color: #5176EA; }
span { border-color: rgb(81,118,234); }
td.TdClassName
{
border-color: #5176EA;
}
.TagClassName
{
border-color: #5176EA;
}
</style>