Shades of Royal Blue #5778EF
Tints of Royal Blue #5778EF
RGB
CMYK
RGB Variations
Color information
#5778EF (or 0x5778EF) is known color: Royal Blue. HEX triplet: 57, 78 and EF. RGB value is (87,120,239). Sum of RGB (Red+Green+Blue) = 87+120+239=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 120 (47.27% from 255 or 26.91% 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 #5778EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5778EF is #A88710. Grayscale: #7B7B7B. Windows color (decimal): -11044625 or 15693911. OLE color: 15693911.
HSL color Cylindrical-coordinate representation of color #5778EF: hue angle of 226.97º 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 #5778EF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 120 | 239 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.06 |
| HSL | 226.97º | 0.83% | 0.64% | - |
| HSV(B) | 226.97º | 0.64% | 0.94% | - |
| XYZ | 26.23 | 21.69 | 84.47 | - |
| YUV | 123.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 239 | 0.64 | 0.50 | 0 | 0.06 | 226.97 | 0.83 | 0.64 |
| Hex | 57 | 78 | EF | 40 | 32 | 0 | 6 | E3 | 53 | 40 |
| Octal | 127 | 170 | 357 | 100 | 62 | 0 | 6 | 343 | 123 | 100 |
| Binary | 1010111 | 1111000 | 11101111 | 1000000 | 110010 | 0 | 110 | 11100011 | 1010011 | 1000000 |
Color Harmonies of #5778EF
Complementary color
Monochromatic Colors of #5778EF
Black with #5778EF
Text Example
Text Example
White with #5778EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778EF; }
p { color: rgb(87,120,239); }
H1.HeaderClassName
{
color: #5778EF;
}
.AnyTagClassName
{
color: #5778EF;
}
</style>
background-color css
<style>
a { background-color: #5778EF; }
a { background-color: rgb(87,120,239); }
div.DivClassName
{
background-color: #5778EF;
}
.BgClassName
{
background-color: #5778EF;
}
</style>
border-color css
<style>
span { border-color: #5778EF; }
span { border-color: rgb(87,120,239); }
td.TdClassName
{
border-color: #5778EF;
}
.TagClassName
{
border-color: #5778EF;
}
</style>