Shades of Royal Blue #5576E7
Tints of Royal Blue #5576E7
RGB
CMYK
RGB Variations
Color information
#5576E7 (or 0x5576E7) is known color: Royal Blue. HEX triplet: 55, 76 and E7. RGB value is (85,118,231). Sum of RGB (Red+Green+Blue) = 85+118+231=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #5576E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576E7 is #AA8918. Grayscale: #787878. Windows color (decimal): -11176217 or 15169109. OLE color: 15169109.
HSL color Cylindrical-coordinate representation of color #5576E7: hue angle of 226.44º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5576E7 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 118 | 231 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.09 |
| HSL | 226.44º | 0.75% | 0.62% | - |
| HSV(B) | 226.44º | 0.63% | 0.91% | - |
| XYZ | 24.65 | 20.66 | 78.29 | - |
| YUV | 121.02 | 190.07 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 231 | 0.63 | 0.49 | 0 | 0.09 | 226.44 | 0.75 | 0.62 |
| Hex | 55 | 76 | E7 | 3F | 31 | 0 | 9 | E2 | 4B | 3E |
| Octal | 125 | 166 | 347 | 77 | 61 | 0 | 11 | 342 | 113 | 76 |
| Binary | 1010101 | 1110110 | 11100111 | 111111 | 110001 | 0 | 1001 | 11100010 | 1001011 | 111110 |
Color Harmonies of #5576E7
Complementary color
Monochromatic Colors of #5576E7
Black with #5576E7
Text Example
Text Example
White with #5576E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576E7; }
p { color: rgb(85,118,231); }
H1.HeaderClassName
{
color: #5576E7;
}
.AnyTagClassName
{
color: #5576E7;
}
</style>
background-color css
<style>
a { background-color: #5576E7; }
a { background-color: rgb(85,118,231); }
div.DivClassName
{
background-color: #5576E7;
}
.BgClassName
{
background-color: #5576E7;
}
</style>
border-color css
<style>
span { border-color: #5576E7; }
span { border-color: rgb(85,118,231); }
td.TdClassName
{
border-color: #5576E7;
}
.TagClassName
{
border-color: #5576E7;
}
</style>