Shades of Royal Blue #5573FE
Tints of Royal Blue #5573FE
RGB
CMYK
RGB Variations
Color information
#5573FE (or 0x5573FE) is known color: Royal Blue. HEX triplet: 55, 73 and FE. RGB value is (85,115,254). Sum of RGB (Red+Green+Blue) = 85+115+254=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #5573FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5573FE is #AA8C01. Grayscale: #797979. Windows color (decimal): -11176962 or 16675669. OLE color: 16675669.
HSL color Cylindrical-coordinate representation of color #5573FE: hue angle of 229.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5573FE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 115 | 254 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.00 |
| HSL | 229.35º | 0.99% | 0.66% | - |
| HSV(B) | 229.35º | 0.67% | 1% | - |
| XYZ | 27.77 | 21.35 | 96.42 | - |
| YUV | 121.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 254 | 0.67 | 0.55 | 0 | 0.00 | 229.35 | 0.99 | 0.66 |
| Hex | 55 | 73 | FE | 43 | 37 | 0 | 0 | E5 | 63 | 42 |
| Octal | 125 | 163 | 376 | 103 | 67 | 0 | 0 | 345 | 143 | 102 |
| Binary | 1010101 | 1110011 | 11111110 | 1000011 | 110111 | 0 | 0 | 11100101 | 1100011 | 1000010 |
Color Harmonies of #5573FE
Complementary color
Monochromatic Colors of #5573FE
Black with #5573FE
Text Example
Text Example
White with #5573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573FE; }
p { color: rgb(85,115,254); }
H1.HeaderClassName
{
color: #5573FE;
}
.AnyTagClassName
{
color: #5573FE;
}
</style>
background-color css
<style>
a { background-color: #5573FE; }
a { background-color: rgb(85,115,254); }
div.DivClassName
{
background-color: #5573FE;
}
.BgClassName
{
background-color: #5573FE;
}
</style>
border-color css
<style>
span { border-color: #5573FE; }
span { border-color: rgb(85,115,254); }
td.TdClassName
{
border-color: #5573FE;
}
.TagClassName
{
border-color: #5573FE;
}
</style>