Shades of Royal Blue #5573FF
Tints of Royal Blue #5573FF
RGB
CMYK
RGB Variations
Color information
#5573FF (or 0x5573FF) is known color: Royal Blue. HEX triplet: 55, 73 and FF. RGB value is (85,115,255). Sum of RGB (Red+Green+Blue) = 85+115+255=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5573FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5573FF is #AA8C00. Grayscale: #797979. Windows color (decimal): -11176961 or 16741205. OLE color: 16741205.
HSL color Cylindrical-coordinate representation of color #5573FF: hue angle of 229.41º 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 #5573FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 115 | 255 | - |
| CMYK | 0.67 | 0.55 | 0 | 0 |
| HSL | 229.41º | 1% | 0.67% | - |
| HSV(B) | 229.41º | 0.67% | 1% | - |
| XYZ | 27.93 | 21.41 | 97.27 | - |
| YUV | 121.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 255 | 0.67 | 0.55 | 0 | 0 | 229.41 | 1 | 0.67 |
| Hex | 55 | 73 | FF | 43 | 37 | 0 | 0 | E5 | 64 | 43 |
| Octal | 125 | 163 | 377 | 103 | 67 | 0 | 0 | 345 | 144 | 103 |
| Binary | 1010101 | 1110011 | 11111111 | 1000011 | 110111 | 0 | 0 | 11100101 | 1100100 | 1000011 |
Color Harmonies of #5573FF
Complementary color
Monochromatic Colors of #5573FF
Black with #5573FF
Text Example
Text Example
White with #5573FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573FF; }
p { color: rgb(85,115,255); }
H1.HeaderClassName
{
color: #5573FF;
}
.AnyTagClassName
{
color: #5573FF;
}
</style>
background-color css
<style>
a { background-color: #5573FF; }
a { background-color: rgb(85,115,255); }
div.DivClassName
{
background-color: #5573FF;
}
.BgClassName
{
background-color: #5573FF;
}
</style>
border-color css
<style>
span { border-color: #5573FF; }
span { border-color: rgb(85,115,255); }
td.TdClassName
{
border-color: #5573FF;
}
.TagClassName
{
border-color: #5573FF;
}
</style>