Shades of Royal Blue #5561DB
Tints of Royal Blue #5561DB
RGB
CMYK
RGB Variations
Color information
#5561DB (or 0x5561DB) is known color: Royal Blue. HEX triplet: 55, 61 and DB. RGB value is (85,97,219). Sum of RGB (Red+Green+Blue) = 85+97+219=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5561DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561DB is #AA9E24. Grayscale: #6A6A6A. Windows color (decimal): -11181605 or 14377301. OLE color: 14377301.
HSL color Cylindrical-coordinate representation of color #5561DB: hue angle of 234.63º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5561DB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 97 | 219 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.14 |
| HSL | 234.63º | 0.65% | 0.6% | - |
| HSV(B) | 234.63º | 0.61% | 0.86% | - |
| XYZ | 20.81 | 15.6 | 68.93 | - |
| YUV | 107.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 219 | 0.61 | 0.56 | 0 | 0.14 | 234.63 | 0.65 | 0.6 |
| Hex | 55 | 61 | DB | 3D | 38 | 0 | E | EB | 41 | 3C |
| Octal | 125 | 141 | 333 | 75 | 70 | 0 | 16 | 353 | 101 | 74 |
| Binary | 1010101 | 1100001 | 11011011 | 111101 | 111000 | 0 | 1110 | 11101011 | 1000001 | 111100 |
Color Harmonies of #5561DB
Complementary color
Monochromatic Colors of #5561DB
Black with #5561DB
Text Example
Text Example
White with #5561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561DB; }
p { color: rgb(85,97,219); }
H1.HeaderClassName
{
color: #5561DB;
}
.AnyTagClassName
{
color: #5561DB;
}
</style>
background-color css
<style>
a { background-color: #5561DB; }
a { background-color: rgb(85,97,219); }
div.DivClassName
{
background-color: #5561DB;
}
.BgClassName
{
background-color: #5561DB;
}
</style>
border-color css
<style>
span { border-color: #5561DB; }
span { border-color: rgb(85,97,219); }
td.TdClassName
{
border-color: #5561DB;
}
.TagClassName
{
border-color: #5561DB;
}
</style>