Shades of Royal Blue #5576E9
Tints of Royal Blue #5576E9
RGB
CMYK
RGB Variations
Color information
#5576E9 (or 0x5576E9) is known color: Royal Blue. HEX triplet: 55, 76 and E9. RGB value is (85,118,233). Sum of RGB (Red+Green+Blue) = 85+118+233=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #5576E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576E9 is #AA8916. Grayscale: #787878. Windows color (decimal): -11176215 or 15300181. OLE color: 15300181.
HSL color Cylindrical-coordinate representation of color #5576E9: hue angle of 226.62º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5576E9 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 118 | 233 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.09 |
| HSL | 226.62º | 0.77% | 0.62% | - |
| HSV(B) | 226.62º | 0.64% | 0.91% | - |
| XYZ | 24.93 | 20.77 | 79.79 | - |
| YUV | 121.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 233 | 0.64 | 0.49 | 0 | 0.09 | 226.62 | 0.77 | 0.62 |
| Hex | 55 | 76 | E9 | 40 | 31 | 0 | 9 | E3 | 4D | 3E |
| Octal | 125 | 166 | 351 | 100 | 61 | 0 | 11 | 343 | 115 | 76 |
| Binary | 1010101 | 1110110 | 11101001 | 1000000 | 110001 | 0 | 1001 | 11100011 | 1001101 | 111110 |
Color Harmonies of #5576E9
Complementary color
Monochromatic Colors of #5576E9
Black with #5576E9
Text Example
Text Example
White with #5576E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576E9; }
p { color: rgb(85,118,233); }
H1.HeaderClassName
{
color: #5576E9;
}
.AnyTagClassName
{
color: #5576E9;
}
</style>
background-color css
<style>
a { background-color: #5576E9; }
a { background-color: rgb(85,118,233); }
div.DivClassName
{
background-color: #5576E9;
}
.BgClassName
{
background-color: #5576E9;
}
</style>
border-color css
<style>
span { border-color: #5576E9; }
span { border-color: rgb(85,118,233); }
td.TdClassName
{
border-color: #5576E9;
}
.TagClassName
{
border-color: #5576E9;
}
</style>