Shades of Royal Blue #5679EC
Tints of Royal Blue #5679EC
RGB
CMYK
RGB Variations
Color information
#5679EC (or 0x5679EC) is known color: Royal Blue. HEX triplet: 56, 79 and EC. RGB value is (86,121,236). Sum of RGB (Red+Green+Blue) = 86+121+236=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #5679EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679EC is #A98613. Grayscale: #7B7B7B. Windows color (decimal): -11109908 or 15497558. OLE color: 15497558.
HSL color Cylindrical-coordinate representation of color #5679EC: hue angle of 226º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5679EC is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 121 | 236 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.07 |
| HSL | 226º | 0.8% | 0.63% | - |
| HSV(B) | 226º | 0.64% | 0.93% | - |
| XYZ | 25.82 | 21.71 | 82.19 | - |
| YUV | 123.65 | 191.4 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 236 | 0.64 | 0.49 | 0 | 0.07 | 226 | 0.8 | 0.63 |
| Hex | 56 | 79 | EC | 40 | 31 | 0 | 7 | E2 | 50 | 3F |
| Octal | 126 | 171 | 354 | 100 | 61 | 0 | 7 | 342 | 120 | 77 |
| Binary | 1010110 | 1111001 | 11101100 | 1000000 | 110001 | 0 | 111 | 11100010 | 1010000 | 111111 |
Color Harmonies of #5679EC
Complementary color
Monochromatic Colors of #5679EC
Black with #5679EC
Text Example
Text Example
White with #5679EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679EC; }
p { color: rgb(86,121,236); }
H1.HeaderClassName
{
color: #5679EC;
}
.AnyTagClassName
{
color: #5679EC;
}
</style>
background-color css
<style>
a { background-color: #5679EC; }
a { background-color: rgb(86,121,236); }
div.DivClassName
{
background-color: #5679EC;
}
.BgClassName
{
background-color: #5679EC;
}
</style>
border-color css
<style>
span { border-color: #5679EC; }
span { border-color: rgb(86,121,236); }
td.TdClassName
{
border-color: #5679EC;
}
.TagClassName
{
border-color: #5679EC;
}
</style>