Shades of Royal Blue #5671E9
Tints of Royal Blue #5671E9
RGB
CMYK
RGB Variations
Color information
#5671E9 (or 0x5671E9) is known color: Royal Blue. HEX triplet: 56, 71 and E9. RGB value is (86,113,233). Sum of RGB (Red+Green+Blue) = 86+113+233=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #5671E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671E9 is #A98E16. Grayscale: #767676. Windows color (decimal): -11111959 or 15298902. OLE color: 15298902.
HSL color Cylindrical-coordinate representation of color #5671E9: hue angle of 228.98º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5671E9 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 113 | 233 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.09 |
| HSL | 228.98º | 0.77% | 0.63% | - |
| HSV(B) | 228.98º | 0.63% | 0.91% | - |
| XYZ | 24.45 | 19.67 | 79.6 | - |
| YUV | 118.61 | 192.55 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 233 | 0.63 | 0.52 | 0 | 0.09 | 228.98 | 0.77 | 0.63 |
| Hex | 56 | 71 | E9 | 3F | 34 | 0 | 9 | E5 | 4D | 3F |
| Octal | 126 | 161 | 351 | 77 | 64 | 0 | 11 | 345 | 115 | 77 |
| Binary | 1010110 | 1110001 | 11101001 | 111111 | 110100 | 0 | 1001 | 11100101 | 1001101 | 111111 |
Color Harmonies of #5671E9
Complementary color
Monochromatic Colors of #5671E9
Black with #5671E9
Text Example
Text Example
White with #5671E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5671E9; }
p { color: rgb(86,113,233); }
H1.HeaderClassName
{
color: #5671E9;
}
.AnyTagClassName
{
color: #5671E9;
}
</style>
background-color css
<style>
a { background-color: #5671E9; }
a { background-color: rgb(86,113,233); }
div.DivClassName
{
background-color: #5671E9;
}
.BgClassName
{
background-color: #5671E9;
}
</style>
border-color css
<style>
span { border-color: #5671E9; }
span { border-color: rgb(86,113,233); }
td.TdClassName
{
border-color: #5671E9;
}
.TagClassName
{
border-color: #5671E9;
}
</style>