Shades of Royal Blue #5576FC
Tints of Royal Blue #5576FC
RGB
CMYK
RGB Variations
Color information
#5576FC (or 0x5576FC) is known color: Royal Blue. HEX triplet: 55, 76 and FC. RGB value is (85,118,252). Sum of RGB (Red+Green+Blue) = 85+118+252=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #5576FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576FC is #AA8903. Grayscale: #7A7A7A. Windows color (decimal): -11176196 or 16545365. OLE color: 16545365.
HSL color Cylindrical-coordinate representation of color #5576FC: hue angle of 228.14º 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 #5576FC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 118 | 252 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.01 |
| HSL | 228.14º | 0.97% | 0.66% | - |
| HSV(B) | 228.14º | 0.66% | 0.99% | - |
| XYZ | 27.8 | 21.92 | 94.86 | - |
| YUV | 123.41 | 200.57 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 252 | 0.66 | 0.53 | 0 | 0.01 | 228.14 | 0.97 | 0.66 |
| Hex | 55 | 76 | FC | 42 | 35 | 0 | 1 | E4 | 61 | 42 |
| Octal | 125 | 166 | 374 | 102 | 65 | 0 | 1 | 344 | 141 | 102 |
| Binary | 1010101 | 1110110 | 11111100 | 1000010 | 110101 | 0 | 1 | 11100100 | 1100001 | 1000010 |
Color Harmonies of #5576FC
Complementary color
Monochromatic Colors of #5576FC
Black with #5576FC
Text Example
Text Example
White with #5576FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576FC; }
p { color: rgb(85,118,252); }
H1.HeaderClassName
{
color: #5576FC;
}
.AnyTagClassName
{
color: #5576FC;
}
</style>
background-color css
<style>
a { background-color: #5576FC; }
a { background-color: rgb(85,118,252); }
div.DivClassName
{
background-color: #5576FC;
}
.BgClassName
{
background-color: #5576FC;
}
</style>
border-color css
<style>
span { border-color: #5576FC; }
span { border-color: rgb(85,118,252); }
td.TdClassName
{
border-color: #5576FC;
}
.TagClassName
{
border-color: #5576FC;
}
</style>