Shades of Royal Blue #5577EB
Tints of Royal Blue #5577EB
RGB
CMYK
RGB Variations
Color information
#5577EB (or 0x5577EB) is known color: Royal Blue. HEX triplet: 55, 77 and EB. RGB value is (85,119,235). Sum of RGB (Red+Green+Blue) = 85+119+235=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5577EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5577EB is #AA8814. Grayscale: #797979. Windows color (decimal): -11175957 or 15431509. OLE color: 15431509.
HSL color Cylindrical-coordinate representation of color #5577EB: hue angle of 226.4º 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 #5577EB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 119 | 235 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.08 |
| HSL | 226.4º | 0.79% | 0.63% | - |
| HSV(B) | 226.4º | 0.64% | 0.92% | - |
| XYZ | 25.34 | 21.12 | 81.34 | - |
| YUV | 122.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 235 | 0.64 | 0.49 | 0 | 0.08 | 226.4 | 0.79 | 0.63 |
| Hex | 55 | 77 | EB | 40 | 31 | 0 | 8 | E2 | 4F | 3F |
| Octal | 125 | 167 | 353 | 100 | 61 | 0 | 10 | 342 | 117 | 77 |
| Binary | 1010101 | 1110111 | 11101011 | 1000000 | 110001 | 0 | 1000 | 11100010 | 1001111 | 111111 |
Color Harmonies of #5577EB
Complementary color
Monochromatic Colors of #5577EB
Black with #5577EB
Text Example
Text Example
White with #5577EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577EB; }
p { color: rgb(85,119,235); }
H1.HeaderClassName
{
color: #5577EB;
}
.AnyTagClassName
{
color: #5577EB;
}
</style>
background-color css
<style>
a { background-color: #5577EB; }
a { background-color: rgb(85,119,235); }
div.DivClassName
{
background-color: #5577EB;
}
.BgClassName
{
background-color: #5577EB;
}
</style>
border-color css
<style>
span { border-color: #5577EB; }
span { border-color: rgb(85,119,235); }
td.TdClassName
{
border-color: #5577EB;
}
.TagClassName
{
border-color: #5577EB;
}
</style>