Shades of Royal Blue #5677FC
Tints of Royal Blue #5677FC
RGB
CMYK
RGB Variations
Color information
#5677FC (or 0x5677FC) is known color: Royal Blue. HEX triplet: 56, 77 and FC. RGB value is (86,119,252). Sum of RGB (Red+Green+Blue) = 86+119+252=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #5677FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5677FC is #A98803. Grayscale: #7B7B7B. Windows color (decimal): -11110404 or 16545622. OLE color: 16545622.
HSL color Cylindrical-coordinate representation of color #5677FC: hue angle of 228.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5677FC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 119 | 252 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.01 |
| HSL | 228.07º | 0.97% | 0.66% | - |
| HSV(B) | 228.07º | 0.66% | 0.99% | - |
| XYZ | 28.01 | 22.2 | 94.9 | - |
| YUV | 124.3 | 200.07 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 252 | 0.66 | 0.53 | 0 | 0.01 | 228.07 | 0.97 | 0.66 |
| Hex | 56 | 77 | FC | 42 | 35 | 0 | 1 | E4 | 61 | 42 |
| Octal | 126 | 167 | 374 | 102 | 65 | 0 | 1 | 344 | 141 | 102 |
| Binary | 1010110 | 1110111 | 11111100 | 1000010 | 110101 | 0 | 1 | 11100100 | 1100001 | 1000010 |
Color Harmonies of #5677FC
Complementary color
Monochromatic Colors of #5677FC
Black with #5677FC
Text Example
Text Example
White with #5677FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677FC; }
p { color: rgb(86,119,252); }
H1.HeaderClassName
{
color: #5677FC;
}
.AnyTagClassName
{
color: #5677FC;
}
</style>
background-color css
<style>
a { background-color: #5677FC; }
a { background-color: rgb(86,119,252); }
div.DivClassName
{
background-color: #5677FC;
}
.BgClassName
{
background-color: #5677FC;
}
</style>
border-color css
<style>
span { border-color: #5677FC; }
span { border-color: rgb(86,119,252); }
td.TdClassName
{
border-color: #5677FC;
}
.TagClassName
{
border-color: #5677FC;
}
</style>