Shades of Royal Blue #5577DF
Tints of Royal Blue #5577DF
RGB
CMYK
RGB Variations
Color information
#5577DF (or 0x5577DF) is known color: Royal Blue. HEX triplet: 55, 77 and DF. RGB value is (85,119,223). Sum of RGB (Red+Green+Blue) = 85+119+223=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #5577DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577DF is #AA8820. Grayscale: #787878. Windows color (decimal): -11175969 or 14645077. OLE color: 14645077.
HSL color Cylindrical-coordinate representation of color #5577DF: hue angle of 225.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5577DF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 119 | 223 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.13 |
| HSL | 225.22º | 0.68% | 0.6% | - |
| HSV(B) | 225.22º | 0.62% | 0.87% | - |
| XYZ | 23.66 | 20.45 | 72.51 | - |
| YUV | 120.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 223 | 0.62 | 0.47 | 0 | 0.13 | 225.22 | 0.68 | 0.6 |
| Hex | 55 | 77 | DF | 3E | 2F | 0 | D | E1 | 44 | 3C |
| Octal | 125 | 167 | 337 | 76 | 57 | 0 | 15 | 341 | 104 | 74 |
| Binary | 1010101 | 1110111 | 11011111 | 111110 | 101111 | 0 | 1101 | 11100001 | 1000100 | 111100 |
Color Harmonies of #5577DF
Complementary color
Monochromatic Colors of #5577DF
Black with #5577DF
Text Example
Text Example
White with #5577DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577DF; }
p { color: rgb(85,119,223); }
H1.HeaderClassName
{
color: #5577DF;
}
.AnyTagClassName
{
color: #5577DF;
}
</style>
background-color css
<style>
a { background-color: #5577DF; }
a { background-color: rgb(85,119,223); }
div.DivClassName
{
background-color: #5577DF;
}
.BgClassName
{
background-color: #5577DF;
}
</style>
border-color css
<style>
span { border-color: #5577DF; }
span { border-color: rgb(85,119,223); }
td.TdClassName
{
border-color: #5577DF;
}
.TagClassName
{
border-color: #5577DF;
}
</style>