Shades of Royal Blue #5577D6
Tints of Royal Blue #5577D6
RGB
CMYK
RGB Variations
Color information
#5577D6 (or 0x5577D6) is known color: Royal Blue. HEX triplet: 55, 77 and D6. RGB value is (85,119,214). Sum of RGB (Red+Green+Blue) = 85+119+214=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #5577D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577D6 is #AA8829. Grayscale: #777777. Windows color (decimal): -11175978 or 14055253. OLE color: 14055253.
HSL color Cylindrical-coordinate representation of color #5577D6: hue angle of 224.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5577D6 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 119 | 214 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.16 |
| HSL | 224.19º | 0.61% | 0.59% | - |
| HSV(B) | 224.19º | 0.6% | 0.84% | - |
| XYZ | 22.48 | 19.98 | 66.29 | - |
| YUV | 119.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 214 | 0.60 | 0.44 | 0 | 0.16 | 224.19 | 0.61 | 0.59 |
| Hex | 55 | 77 | D6 | 3C | 2C | 0 | 10 | E0 | 3D | 3B |
| Octal | 125 | 167 | 326 | 74 | 54 | 0 | 20 | 340 | 75 | 73 |
| Binary | 1010101 | 1110111 | 11010110 | 111100 | 101100 | 0 | 10000 | 11100000 | 111101 | 111011 |
Color Harmonies of #5577D6
Complementary color
Monochromatic Colors of #5577D6
Black with #5577D6
Text Example
Text Example
White with #5577D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577D6; }
p { color: rgb(85,119,214); }
H1.HeaderClassName
{
color: #5577D6;
}
.AnyTagClassName
{
color: #5577D6;
}
</style>
background-color css
<style>
a { background-color: #5577D6; }
a { background-color: rgb(85,119,214); }
div.DivClassName
{
background-color: #5577D6;
}
.BgClassName
{
background-color: #5577D6;
}
</style>
border-color css
<style>
span { border-color: #5577D6; }
span { border-color: rgb(85,119,214); }
td.TdClassName
{
border-color: #5577D6;
}
.TagClassName
{
border-color: #5577D6;
}
</style>