Shades of Royal Blue #5572FC
Tints of Royal Blue #5572FC
RGB
CMYK
RGB Variations
Color information
#5572FC (or 0x5572FC) is known color: Royal Blue. HEX triplet: 55, 72 and FC. RGB value is (85,114,252). Sum of RGB (Red+Green+Blue) = 85+114+252=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #5572FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5572FC is #AA8D03. Grayscale: #787878. Windows color (decimal): -11177220 or 16544341. OLE color: 16544341.
HSL color Cylindrical-coordinate representation of color #5572FC: hue angle of 229.58º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5572FC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 114 | 252 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.01 |
| HSL | 229.58º | 0.97% | 0.66% | - |
| HSV(B) | 229.58º | 0.66% | 0.99% | - |
| XYZ | 27.33 | 20.99 | 94.71 | - |
| YUV | 121.06 | 201.89 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 252 | 0.66 | 0.55 | 0 | 0.01 | 229.58 | 0.97 | 0.66 |
| Hex | 55 | 72 | FC | 42 | 37 | 0 | 1 | E6 | 61 | 42 |
| Octal | 125 | 162 | 374 | 102 | 67 | 0 | 1 | 346 | 141 | 102 |
| Binary | 1010101 | 1110010 | 11111100 | 1000010 | 110111 | 0 | 1 | 11100110 | 1100001 | 1000010 |
Color Harmonies of #5572FC
Complementary color
Monochromatic Colors of #5572FC
Black with #5572FC
Text Example
Text Example
White with #5572FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572FC; }
p { color: rgb(85,114,252); }
H1.HeaderClassName
{
color: #5572FC;
}
.AnyTagClassName
{
color: #5572FC;
}
</style>
background-color css
<style>
a { background-color: #5572FC; }
a { background-color: rgb(85,114,252); }
div.DivClassName
{
background-color: #5572FC;
}
.BgClassName
{
background-color: #5572FC;
}
</style>
border-color css
<style>
span { border-color: #5572FC; }
span { border-color: rgb(85,114,252); }
td.TdClassName
{
border-color: #5572FC;
}
.TagClassName
{
border-color: #5572FC;
}
</style>