Shades of Royal Blue #5661DB
Tints of Royal Blue #5661DB
RGB
CMYK
RGB Variations
Color information
#5661DB (or 0x5661DB) is known color: Royal Blue. HEX triplet: 56, 61 and DB. RGB value is (86,97,219). Sum of RGB (Red+Green+Blue) = 86+97+219=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5661DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661DB is #A99E24. Grayscale: #6B6B6B. Windows color (decimal): -11116069 or 14377302. OLE color: 14377302.
HSL color Cylindrical-coordinate representation of color #5661DB: hue angle of 235.04º 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 #5661DB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 97 | 219 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.14 |
| HSL | 235.04º | 0.65% | 0.6% | - |
| HSV(B) | 235.04º | 0.61% | 0.86% | - |
| XYZ | 20.9 | 15.64 | 68.94 | - |
| YUV | 107.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 219 | 0.61 | 0.56 | 0 | 0.14 | 235.04 | 0.65 | 0.6 |
| Hex | 56 | 61 | DB | 3D | 38 | 0 | E | EB | 41 | 3C |
| Octal | 126 | 141 | 333 | 75 | 70 | 0 | 16 | 353 | 101 | 74 |
| Binary | 1010110 | 1100001 | 11011011 | 111101 | 111000 | 0 | 1110 | 11101011 | 1000001 | 111100 |
Color Harmonies of #5661DB
Complementary color
Monochromatic Colors of #5661DB
Black with #5661DB
Text Example
Text Example
White with #5661DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5661DB; }
p { color: rgb(86,97,219); }
H1.HeaderClassName
{
color: #5661DB;
}
.AnyTagClassName
{
color: #5661DB;
}
</style>
background-color css
<style>
a { background-color: #5661DB; }
a { background-color: rgb(86,97,219); }
div.DivClassName
{
background-color: #5661DB;
}
.BgClassName
{
background-color: #5661DB;
}
</style>
border-color css
<style>
span { border-color: #5661DB; }
span { border-color: rgb(86,97,219); }
td.TdClassName
{
border-color: #5661DB;
}
.TagClassName
{
border-color: #5661DB;
}
</style>