Shades of Royal Blue #5561DF
Tints of Royal Blue #5561DF
RGB
CMYK
RGB Variations
Color information
#5561DF (or 0x5561DF) is known color: Royal Blue. HEX triplet: 55, 61 and DF. RGB value is (85,97,223). Sum of RGB (Red+Green+Blue) = 85+97+223=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #5561DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561DF is #AA9E20. Grayscale: #6B6B6B. Windows color (decimal): -11181601 or 14639445. OLE color: 14639445.
HSL color Cylindrical-coordinate representation of color #5561DF: hue angle of 234.78º 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 #5561DF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 97 | 223 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.13 |
| HSL | 234.78º | 0.68% | 0.6% | - |
| HSV(B) | 234.78º | 0.62% | 0.87% | - |
| XYZ | 21.34 | 15.81 | 71.74 | - |
| YUV | 107.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 223 | 0.62 | 0.57 | 0 | 0.13 | 234.78 | 0.68 | 0.6 |
| Hex | 55 | 61 | DF | 3E | 39 | 0 | D | EB | 44 | 3C |
| Octal | 125 | 141 | 337 | 76 | 71 | 0 | 15 | 353 | 104 | 74 |
| Binary | 1010101 | 1100001 | 11011111 | 111110 | 111001 | 0 | 1101 | 11101011 | 1000100 | 111100 |
Color Harmonies of #5561DF
Complementary color
Monochromatic Colors of #5561DF
Black with #5561DF
Text Example
Text Example
White with #5561DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561DF; }
p { color: rgb(85,97,223); }
H1.HeaderClassName
{
color: #5561DF;
}
.AnyTagClassName
{
color: #5561DF;
}
</style>
background-color css
<style>
a { background-color: #5561DF; }
a { background-color: rgb(85,97,223); }
div.DivClassName
{
background-color: #5561DF;
}
.BgClassName
{
background-color: #5561DF;
}
</style>
border-color css
<style>
span { border-color: #5561DF; }
span { border-color: rgb(85,97,223); }
td.TdClassName
{
border-color: #5561DF;
}
.TagClassName
{
border-color: #5561DF;
}
</style>