Shades of Royal Blue #5574EF
Tints of Royal Blue #5574EF
RGB
CMYK
RGB Variations
Color information
#5574EF (or 0x5574EF) is known color: Royal Blue. HEX triplet: 55, 74 and EF. RGB value is (85,116,239). Sum of RGB (Red+Green+Blue) = 85+116+239=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5574EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574EF is #AA8B10. Grayscale: #787878. Windows color (decimal): -11176721 or 15692885. OLE color: 15692885.
HSL color Cylindrical-coordinate representation of color #5574EF: hue angle of 227.92º 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 #5574EF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 116 | 239 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.06 |
| HSL | 227.92º | 0.83% | 0.64% | - |
| HSV(B) | 227.92º | 0.64% | 0.94% | - |
| XYZ | 25.57 | 20.65 | 84.3 | - |
| YUV | 120.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 239 | 0.64 | 0.51 | 0 | 0.06 | 227.92 | 0.83 | 0.64 |
| Hex | 55 | 74 | EF | 40 | 33 | 0 | 6 | E4 | 53 | 40 |
| Octal | 125 | 164 | 357 | 100 | 63 | 0 | 6 | 344 | 123 | 100 |
| Binary | 1010101 | 1110100 | 11101111 | 1000000 | 110011 | 0 | 110 | 11100100 | 1010011 | 1000000 |
Color Harmonies of #5574EF
Complementary color
Monochromatic Colors of #5574EF
Black with #5574EF
Text Example
Text Example
White with #5574EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574EF; }
p { color: rgb(85,116,239); }
H1.HeaderClassName
{
color: #5574EF;
}
.AnyTagClassName
{
color: #5574EF;
}
</style>
background-color css
<style>
a { background-color: #5574EF; }
a { background-color: rgb(85,116,239); }
div.DivClassName
{
background-color: #5574EF;
}
.BgClassName
{
background-color: #5574EF;
}
</style>
border-color css
<style>
span { border-color: #5574EF; }
span { border-color: rgb(85,116,239); }
td.TdClassName
{
border-color: #5574EF;
}
.TagClassName
{
border-color: #5574EF;
}
</style>