Shades of Royal Blue #5779EC
Tints of Royal Blue #5779EC
RGB
CMYK
RGB Variations
Color information
#5779EC (or 0x5779EC) is known color: Royal Blue. HEX triplet: 57, 79 and EC. RGB value is (87,121,236). Sum of RGB (Red+Green+Blue) = 87+121+236=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #5779EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5779EC is #A88613. Grayscale: #7B7B7B. Windows color (decimal): -11044372 or 15497559. OLE color: 15497559.
HSL color Cylindrical-coordinate representation of color #5779EC: hue angle of 226.31º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5779EC is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 121 | 236 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.07 |
| HSL | 226.31º | 0.8% | 0.63% | - |
| HSV(B) | 226.31º | 0.63% | 0.93% | - |
| XYZ | 25.91 | 21.76 | 82.19 | - |
| YUV | 123.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 236 | 0.63 | 0.49 | 0 | 0.07 | 226.31 | 0.8 | 0.63 |
| Hex | 57 | 79 | EC | 3F | 31 | 0 | 7 | E2 | 50 | 3F |
| Octal | 127 | 171 | 354 | 77 | 61 | 0 | 7 | 342 | 120 | 77 |
| Binary | 1010111 | 1111001 | 11101100 | 111111 | 110001 | 0 | 111 | 11100010 | 1010000 | 111111 |
Color Harmonies of #5779EC
Complementary color
Monochromatic Colors of #5779EC
Black with #5779EC
Text Example
Text Example
White with #5779EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779EC; }
p { color: rgb(87,121,236); }
H1.HeaderClassName
{
color: #5779EC;
}
.AnyTagClassName
{
color: #5779EC;
}
</style>
background-color css
<style>
a { background-color: #5779EC; }
a { background-color: rgb(87,121,236); }
div.DivClassName
{
background-color: #5779EC;
}
.BgClassName
{
background-color: #5779EC;
}
</style>
border-color css
<style>
span { border-color: #5779EC; }
span { border-color: rgb(87,121,236); }
td.TdClassName
{
border-color: #5779EC;
}
.TagClassName
{
border-color: #5779EC;
}
</style>