Shades of Royal Blue #5660DB
Tints of Royal Blue #5660DB
RGB
CMYK
RGB Variations
Color information
#5660DB (or 0x5660DB) is known color: Royal Blue. HEX triplet: 56, 60 and DB. RGB value is (86,96,219). Sum of RGB (Red+Green+Blue) = 86+96+219=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 96 (37.89% from 255 or 23.94% 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 #5660DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660DB is #A99F24. Grayscale: #6A6A6A. Windows color (decimal): -11116325 or 14377046. OLE color: 14377046.
HSL color Cylindrical-coordinate representation of color #5660DB: hue angle of 235.49º 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 #5660DB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 96 | 219 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.14 |
| HSL | 235.49º | 0.65% | 0.6% | - |
| HSV(B) | 235.49º | 0.61% | 0.86% | - |
| XYZ | 20.81 | 15.46 | 68.91 | - |
| YUV | 107.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 219 | 0.61 | 0.56 | 0 | 0.14 | 235.49 | 0.65 | 0.6 |
| Hex | 56 | 60 | DB | 3D | 38 | 0 | E | EB | 41 | 3C |
| Octal | 126 | 140 | 333 | 75 | 70 | 0 | 16 | 353 | 101 | 74 |
| Binary | 1010110 | 1100000 | 11011011 | 111101 | 111000 | 0 | 1110 | 11101011 | 1000001 | 111100 |
Color Harmonies of #5660DB
Complementary color
Monochromatic Colors of #5660DB
Black with #5660DB
Text Example
Text Example
White with #5660DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5660DB; }
p { color: rgb(86,96,219); }
H1.HeaderClassName
{
color: #5660DB;
}
.AnyTagClassName
{
color: #5660DB;
}
</style>
background-color css
<style>
a { background-color: #5660DB; }
a { background-color: rgb(86,96,219); }
div.DivClassName
{
background-color: #5660DB;
}
.BgClassName
{
background-color: #5660DB;
}
</style>
border-color css
<style>
span { border-color: #5660DB; }
span { border-color: rgb(86,96,219); }
td.TdClassName
{
border-color: #5660DB;
}
.TagClassName
{
border-color: #5660DB;
}
</style>