Shades of Royal Blue #5577FA
Tints of Royal Blue #5577FA
RGB
CMYK
RGB Variations
Color information
#5577FA (or 0x5577FA) is known color: Royal Blue. HEX triplet: 55, 77 and FA. RGB value is (85,119,250). Sum of RGB (Red+Green+Blue) = 85+119+250=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #5577FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5577FA is #AA8805. Grayscale: #7B7B7B. Windows color (decimal): -11175942 or 16414549. OLE color: 16414549.
HSL color Cylindrical-coordinate representation of color #5577FA: hue angle of 227.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5577FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 119 | 250 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.02 |
| HSL | 227.64º | 0.94% | 0.66% | - |
| HSV(B) | 227.64º | 0.66% | 0.98% | - |
| XYZ | 27.6 | 22.03 | 93.24 | - |
| YUV | 123.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 250 | 0.66 | 0.52 | 0 | 0.02 | 227.64 | 0.94 | 0.66 |
| Hex | 55 | 77 | FA | 42 | 34 | 0 | 2 | E4 | 5E | 42 |
| Octal | 125 | 167 | 372 | 102 | 64 | 0 | 2 | 344 | 136 | 102 |
| Binary | 1010101 | 1110111 | 11111010 | 1000010 | 110100 | 0 | 10 | 11100100 | 1011110 | 1000010 |
Color Harmonies of #5577FA
Complementary color
Monochromatic Colors of #5577FA
Black with #5577FA
Text Example
Text Example
White with #5577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577FA; }
p { color: rgb(85,119,250); }
H1.HeaderClassName
{
color: #5577FA;
}
.AnyTagClassName
{
color: #5577FA;
}
</style>
background-color css
<style>
a { background-color: #5577FA; }
a { background-color: rgb(85,119,250); }
div.DivClassName
{
background-color: #5577FA;
}
.BgClassName
{
background-color: #5577FA;
}
</style>
border-color css
<style>
span { border-color: #5577FA; }
span { border-color: rgb(85,119,250); }
td.TdClassName
{
border-color: #5577FA;
}
.TagClassName
{
border-color: #5577FA;
}
</style>