Shades of Royal Blue #5577FC
Tints of Royal Blue #5577FC
RGB
CMYK
RGB Variations
Color information
#5577FC (or 0x5577FC) is known color: Royal Blue. HEX triplet: 55, 77 and FC. RGB value is (85,119,252). Sum of RGB (Red+Green+Blue) = 85+119+252=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5577FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5577FC is #AA8803. Grayscale: #7B7B7B. Windows color (decimal): -11175940 or 16545621. OLE color: 16545621.
HSL color Cylindrical-coordinate representation of color #5577FC: hue angle of 227.78º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5577FC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 119 | 252 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.01 |
| HSL | 227.78º | 0.97% | 0.66% | - |
| HSV(B) | 227.78º | 0.66% | 0.99% | - |
| XYZ | 27.91 | 22.15 | 94.9 | - |
| YUV | 124 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 252 | 0.66 | 0.53 | 0 | 0.01 | 227.78 | 0.97 | 0.66 |
| Hex | 55 | 77 | FC | 42 | 35 | 0 | 1 | E4 | 61 | 42 |
| Octal | 125 | 167 | 374 | 102 | 65 | 0 | 1 | 344 | 141 | 102 |
| Binary | 1010101 | 1110111 | 11111100 | 1000010 | 110101 | 0 | 1 | 11100100 | 1100001 | 1000010 |
Color Harmonies of #5577FC
Complementary color
Monochromatic Colors of #5577FC
Black with #5577FC
Text Example
Text Example
White with #5577FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577FC; }
p { color: rgb(85,119,252); }
H1.HeaderClassName
{
color: #5577FC;
}
.AnyTagClassName
{
color: #5577FC;
}
</style>
background-color css
<style>
a { background-color: #5577FC; }
a { background-color: rgb(85,119,252); }
div.DivClassName
{
background-color: #5577FC;
}
.BgClassName
{
background-color: #5577FC;
}
</style>
border-color css
<style>
span { border-color: #5577FC; }
span { border-color: rgb(85,119,252); }
td.TdClassName
{
border-color: #5577FC;
}
.TagClassName
{
border-color: #5577FC;
}
</style>