Shades of Royal Blue #5677F5
Tints of Royal Blue #5677F5
RGB
CMYK
RGB Variations
Color information
#5677F5 (or 0x5677F5) is known color: Royal Blue. HEX triplet: 56, 77 and F5. RGB value is (86,119,245). Sum of RGB (Red+Green+Blue) = 86+119+245=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #5677F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5677F5 is #A9880A. Grayscale: #7A7A7A. Windows color (decimal): -11110411 or 16086870. OLE color: 16086870.
HSL color Cylindrical-coordinate representation of color #5677F5: hue angle of 227.55º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5677F5 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 119 | 245 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.04 |
| HSL | 227.55º | 0.89% | 0.65% | - |
| HSV(B) | 227.55º | 0.65% | 0.96% | - |
| XYZ | 26.92 | 21.76 | 89.17 | - |
| YUV | 123.5 | 196.57 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 245 | 0.65 | 0.51 | 0 | 0.04 | 227.55 | 0.89 | 0.65 |
| Hex | 56 | 77 | F5 | 41 | 33 | 0 | 4 | E4 | 59 | 41 |
| Octal | 126 | 167 | 365 | 101 | 63 | 0 | 4 | 344 | 131 | 101 |
| Binary | 1010110 | 1110111 | 11110101 | 1000001 | 110011 | 0 | 100 | 11100100 | 1011001 | 1000001 |
Color Harmonies of #5677F5
Complementary color
Monochromatic Colors of #5677F5
Black with #5677F5
Text Example
Text Example
White with #5677F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677F5; }
p { color: rgb(86,119,245); }
H1.HeaderClassName
{
color: #5677F5;
}
.AnyTagClassName
{
color: #5677F5;
}
</style>
background-color css
<style>
a { background-color: #5677F5; }
a { background-color: rgb(86,119,245); }
div.DivClassName
{
background-color: #5677F5;
}
.BgClassName
{
background-color: #5677F5;
}
</style>
border-color css
<style>
span { border-color: #5677F5; }
span { border-color: rgb(86,119,245); }
td.TdClassName
{
border-color: #5677F5;
}
.TagClassName
{
border-color: #5677F5;
}
</style>