Shades of Royal Blue #5679EF
Tints of Royal Blue #5679EF
RGB
CMYK
RGB Variations
Color information
#5679EF (or 0x5679EF) is known color: Royal Blue. HEX triplet: 56, 79 and EF. RGB value is (86,121,239). Sum of RGB (Red+Green+Blue) = 86+121+239=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #5679EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679EF is #A98610. Grayscale: #7B7B7B. Windows color (decimal): -11109905 or 15694166. OLE color: 15694166.
HSL color Cylindrical-coordinate representation of color #5679EF: hue angle of 226.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5679EF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 121 | 239 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.06 |
| HSL | 226.27º | 0.83% | 0.64% | - |
| HSV(B) | 226.27º | 0.64% | 0.94% | - |
| XYZ | 26.26 | 21.89 | 84.5 | - |
| YUV | 123.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 239 | 0.64 | 0.49 | 0 | 0.06 | 226.27 | 0.83 | 0.64 |
| Hex | 56 | 79 | EF | 40 | 31 | 0 | 6 | E2 | 53 | 40 |
| Octal | 126 | 171 | 357 | 100 | 61 | 0 | 6 | 342 | 123 | 100 |
| Binary | 1010110 | 1111001 | 11101111 | 1000000 | 110001 | 0 | 110 | 11100010 | 1010011 | 1000000 |
Color Harmonies of #5679EF
Complementary color
Monochromatic Colors of #5679EF
Black with #5679EF
Text Example
Text Example
White with #5679EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679EF; }
p { color: rgb(86,121,239); }
H1.HeaderClassName
{
color: #5679EF;
}
.AnyTagClassName
{
color: #5679EF;
}
</style>
background-color css
<style>
a { background-color: #5679EF; }
a { background-color: rgb(86,121,239); }
div.DivClassName
{
background-color: #5679EF;
}
.BgClassName
{
background-color: #5679EF;
}
</style>
border-color css
<style>
span { border-color: #5679EF; }
span { border-color: rgb(86,121,239); }
td.TdClassName
{
border-color: #5679EF;
}
.TagClassName
{
border-color: #5679EF;
}
</style>