Shades of Royal Blue #5571FF
Tints of Royal Blue #5571FF
RGB
CMYK
RGB Variations
Color information
#5571FF (or 0x5571FF) is known color: Royal Blue. HEX triplet: 55, 71 and FF. RGB value is (85,113,255). Sum of RGB (Red+Green+Blue) = 85+113+255=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #5571FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5571FF is #AA8E00. Grayscale: #787878. Windows color (decimal): -11177473 or 16740693. OLE color: 16740693.
HSL color Cylindrical-coordinate representation of color #5571FF: hue angle of 230.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5571FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 113 | 255 | - |
| CMYK | 0.67 | 0.56 | 0 | 0 |
| HSL | 230.12º | 1% | 0.67% | - |
| HSV(B) | 230.12º | 0.67% | 1% | - |
| XYZ | 27.7 | 20.96 | 97.19 | - |
| YUV | 120.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 255 | 0.67 | 0.56 | 0 | 0 | 230.12 | 1 | 0.67 |
| Hex | 55 | 71 | FF | 43 | 38 | 0 | 0 | E6 | 64 | 43 |
| Octal | 125 | 161 | 377 | 103 | 70 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010101 | 1110001 | 11111111 | 1000011 | 111000 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5571FF
Complementary color
Monochromatic Colors of #5571FF
Black with #5571FF
Text Example
Text Example
White with #5571FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5571FF; }
p { color: rgb(85,113,255); }
H1.HeaderClassName
{
color: #5571FF;
}
.AnyTagClassName
{
color: #5571FF;
}
</style>
background-color css
<style>
a { background-color: #5571FF; }
a { background-color: rgb(85,113,255); }
div.DivClassName
{
background-color: #5571FF;
}
.BgClassName
{
background-color: #5571FF;
}
</style>
border-color css
<style>
span { border-color: #5571FF; }
span { border-color: rgb(85,113,255); }
td.TdClassName
{
border-color: #5571FF;
}
.TagClassName
{
border-color: #5571FF;
}
</style>