Shades of Royal Blue #5663E9
Tints of Royal Blue #5663E9
RGB
CMYK
RGB Variations
Color information
#5663E9 (or 0x5663E9) is known color: Royal Blue. HEX triplet: 56, 63 and E9. RGB value is (86,99,233). Sum of RGB (Red+Green+Blue) = 86+99+233=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #5663E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5663E9 is #A99C16. Grayscale: #6D6D6D. Windows color (decimal): -11115543 or 15295318. OLE color: 15295318.
HSL color Cylindrical-coordinate representation of color #5663E9: hue angle of 234.69º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5663E9 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 99 | 233 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.09 |
| HSL | 234.69º | 0.77% | 0.63% | - |
| HSV(B) | 234.69º | 0.63% | 0.91% | - |
| XYZ | 23.01 | 16.79 | 79.12 | - |
| YUV | 110.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 233 | 0.63 | 0.58 | 0 | 0.09 | 234.69 | 0.77 | 0.63 |
| Hex | 56 | 63 | E9 | 3F | 3A | 0 | 9 | EB | 4D | 3F |
| Octal | 126 | 143 | 351 | 77 | 72 | 0 | 11 | 353 | 115 | 77 |
| Binary | 1010110 | 1100011 | 11101001 | 111111 | 111010 | 0 | 1001 | 11101011 | 1001101 | 111111 |
Color Harmonies of #5663E9
Complementary color
Monochromatic Colors of #5663E9
Black with #5663E9
Text Example
Text Example
White with #5663E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5663E9; }
p { color: rgb(86,99,233); }
H1.HeaderClassName
{
color: #5663E9;
}
.AnyTagClassName
{
color: #5663E9;
}
</style>
background-color css
<style>
a { background-color: #5663E9; }
a { background-color: rgb(86,99,233); }
div.DivClassName
{
background-color: #5663E9;
}
.BgClassName
{
background-color: #5663E9;
}
</style>
border-color css
<style>
span { border-color: #5663E9; }
span { border-color: rgb(86,99,233); }
td.TdClassName
{
border-color: #5663E9;
}
.TagClassName
{
border-color: #5663E9;
}
</style>