Shades of Royal Blue #5570FF
Tints of Royal Blue #5570FF
RGB
CMYK
RGB Variations
Color information
#5570FF (or 0x5570FF) is known color: Royal Blue. HEX triplet: 55, 70 and FF. RGB value is (85,112,255). Sum of RGB (Red+Green+Blue) = 85+112+255=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5570FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5570FF is #AA8F00. Grayscale: #777777. Windows color (decimal): -11177729 or 16740437. OLE color: 16740437.
HSL color Cylindrical-coordinate representation of color #5570FF: hue angle of 230.47º 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 #5570FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 112 | 255 | - |
| CMYK | 0.67 | 0.56 | 0 | 0 |
| HSL | 230.47º | 1% | 0.67% | - |
| HSV(B) | 230.47º | 0.67% | 1% | - |
| XYZ | 27.59 | 20.74 | 97.16 | - |
| YUV | 120.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 255 | 0.67 | 0.56 | 0 | 0 | 230.47 | 1 | 0.67 |
| Hex | 55 | 70 | FF | 43 | 38 | 0 | 0 | E6 | 64 | 43 |
| Octal | 125 | 160 | 377 | 103 | 70 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010101 | 1110000 | 11111111 | 1000011 | 111000 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5570FF
Complementary color
Monochromatic Colors of #5570FF
Black with #5570FF
Text Example
Text Example
White with #5570FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5570FF; }
p { color: rgb(85,112,255); }
H1.HeaderClassName
{
color: #5570FF;
}
.AnyTagClassName
{
color: #5570FF;
}
</style>
background-color css
<style>
a { background-color: #5570FF; }
a { background-color: rgb(85,112,255); }
div.DivClassName
{
background-color: #5570FF;
}
.BgClassName
{
background-color: #5570FF;
}
</style>
border-color css
<style>
span { border-color: #5570FF; }
span { border-color: rgb(85,112,255); }
td.TdClassName
{
border-color: #5570FF;
}
.TagClassName
{
border-color: #5570FF;
}
</style>