Shades of Royal Blue #5679DE
Tints of Royal Blue #5679DE
RGB
CMYK
RGB Variations
Color information
#5679DE (or 0x5679DE) is known color: Royal Blue. HEX triplet: 56, 79 and DE. RGB value is (86,121,222). Sum of RGB (Red+Green+Blue) = 86+121+222=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #5679DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679DE is #A98621. Grayscale: #797979. Windows color (decimal): -11109922 or 14580054. OLE color: 14580054.
HSL color Cylindrical-coordinate representation of color #5679DE: hue angle of 224.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5679DE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 121 | 222 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224.56º | 0.67% | 0.6% | - |
| HSV(B) | 224.56º | 0.61% | 0.87% | - |
| XYZ | 23.86 | 20.93 | 71.89 | - |
| YUV | 122.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 222 | 0.61 | 0.45 | 0 | 0.13 | 224.56 | 0.67 | 0.6 |
| Hex | 56 | 79 | DE | 3D | 2D | 0 | D | E1 | 43 | 3C |
| Octal | 126 | 171 | 336 | 75 | 55 | 0 | 15 | 341 | 103 | 74 |
| Binary | 1010110 | 1111001 | 11011110 | 111101 | 101101 | 0 | 1101 | 11100001 | 1000011 | 111100 |
Color Harmonies of #5679DE
Complementary color
Monochromatic Colors of #5679DE
Black with #5679DE
Text Example
Text Example
White with #5679DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679DE; }
p { color: rgb(86,121,222); }
H1.HeaderClassName
{
color: #5679DE;
}
.AnyTagClassName
{
color: #5679DE;
}
</style>
background-color css
<style>
a { background-color: #5679DE; }
a { background-color: rgb(86,121,222); }
div.DivClassName
{
background-color: #5679DE;
}
.BgClassName
{
background-color: #5679DE;
}
</style>
border-color css
<style>
span { border-color: #5679DE; }
span { border-color: rgb(86,121,222); }
td.TdClassName
{
border-color: #5679DE;
}
.TagClassName
{
border-color: #5679DE;
}
</style>