Shades of Royal Blue #5572EF
Tints of Royal Blue #5572EF
RGB
CMYK
RGB Variations
Color information
#5572EF (or 0x5572EF) is known color: Royal Blue. HEX triplet: 55, 72 and EF. RGB value is (85,114,239). Sum of RGB (Red+Green+Blue) = 85+114+239=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5572EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5572EF is #AA8D10. Grayscale: #777777. Windows color (decimal): -11177233 or 15692373. OLE color: 15692373.
HSL color Cylindrical-coordinate representation of color #5572EF: hue angle of 228.7º 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 #5572EF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 114 | 239 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.06 |
| HSL | 228.7º | 0.83% | 0.64% | - |
| HSV(B) | 228.7º | 0.64% | 0.94% | - |
| XYZ | 25.34 | 20.2 | 84.22 | - |
| YUV | 119.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 239 | 0.64 | 0.52 | 0 | 0.06 | 228.7 | 0.83 | 0.64 |
| Hex | 55 | 72 | EF | 40 | 34 | 0 | 6 | E5 | 53 | 40 |
| Octal | 125 | 162 | 357 | 100 | 64 | 0 | 6 | 345 | 123 | 100 |
| Binary | 1010101 | 1110010 | 11101111 | 1000000 | 110100 | 0 | 110 | 11100101 | 1010011 | 1000000 |
Color Harmonies of #5572EF
Complementary color
Monochromatic Colors of #5572EF
Black with #5572EF
Text Example
Text Example
White with #5572EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572EF; }
p { color: rgb(85,114,239); }
H1.HeaderClassName
{
color: #5572EF;
}
.AnyTagClassName
{
color: #5572EF;
}
</style>
background-color css
<style>
a { background-color: #5572EF; }
a { background-color: rgb(85,114,239); }
div.DivClassName
{
background-color: #5572EF;
}
.BgClassName
{
background-color: #5572EF;
}
</style>
border-color css
<style>
span { border-color: #5572EF; }
span { border-color: rgb(85,114,239); }
td.TdClassName
{
border-color: #5572EF;
}
.TagClassName
{
border-color: #5572EF;
}
</style>