Shades of Royal Blue #5576EB
Tints of Royal Blue #5576EB
RGB
CMYK
RGB Variations
Color information
#5576EB (or 0x5576EB) is known color: Royal Blue. HEX triplet: 55, 76 and EB. RGB value is (85,118,235). Sum of RGB (Red+Green+Blue) = 85+118+235=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5576EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576EB is #AA8914. Grayscale: #787878. Windows color (decimal): -11176213 or 15431253. OLE color: 15431253.
HSL color Cylindrical-coordinate representation of color #5576EB: hue angle of 226.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5576EB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 118 | 235 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.08 |
| HSL | 226.8º | 0.79% | 0.63% | - |
| HSV(B) | 226.8º | 0.64% | 0.92% | - |
| XYZ | 25.22 | 20.89 | 81.3 | - |
| YUV | 121.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 235 | 0.64 | 0.50 | 0 | 0.08 | 226.8 | 0.79 | 0.63 |
| Hex | 55 | 76 | EB | 40 | 32 | 0 | 8 | E3 | 4F | 3F |
| Octal | 125 | 166 | 353 | 100 | 62 | 0 | 10 | 343 | 117 | 77 |
| Binary | 1010101 | 1110110 | 11101011 | 1000000 | 110010 | 0 | 1000 | 11100011 | 1001111 | 111111 |
Color Harmonies of #5576EB
Complementary color
Monochromatic Colors of #5576EB
Black with #5576EB
Text Example
Text Example
White with #5576EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576EB; }
p { color: rgb(85,118,235); }
H1.HeaderClassName
{
color: #5576EB;
}
.AnyTagClassName
{
color: #5576EB;
}
</style>
background-color css
<style>
a { background-color: #5576EB; }
a { background-color: rgb(85,118,235); }
div.DivClassName
{
background-color: #5576EB;
}
.BgClassName
{
background-color: #5576EB;
}
</style>
border-color css
<style>
span { border-color: #5576EB; }
span { border-color: rgb(85,118,235); }
td.TdClassName
{
border-color: #5576EB;
}
.TagClassName
{
border-color: #5576EB;
}
</style>