Shades of Royal Blue #5666DB
Tints of Royal Blue #5666DB
RGB
CMYK
RGB Variations
Color information
#5666DB (or 0x5666DB) is known color: Royal Blue. HEX triplet: 56, 66 and DB. RGB value is (86,102,219). Sum of RGB (Red+Green+Blue) = 86+102+219=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5666DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5666DB is #A99924. Grayscale: #6E6E6E. Windows color (decimal): -11114789 or 14378582. OLE color: 14378582.
HSL color Cylindrical-coordinate representation of color #5666DB: hue angle of 232.78º 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 #5666DB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 102 | 219 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.14 |
| HSL | 232.78º | 0.65% | 0.6% | - |
| HSV(B) | 232.78º | 0.61% | 0.86% | - |
| XYZ | 21.38 | 16.6 | 69.09 | - |
| YUV | 110.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 219 | 0.61 | 0.53 | 0 | 0.14 | 232.78 | 0.65 | 0.6 |
| Hex | 56 | 66 | DB | 3D | 35 | 0 | E | E9 | 41 | 3C |
| Octal | 126 | 146 | 333 | 75 | 65 | 0 | 16 | 351 | 101 | 74 |
| Binary | 1010110 | 1100110 | 11011011 | 111101 | 110101 | 0 | 1110 | 11101001 | 1000001 | 111100 |
Color Harmonies of #5666DB
Complementary color
Monochromatic Colors of #5666DB
Black with #5666DB
Text Example
Text Example
White with #5666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5666DB; }
p { color: rgb(86,102,219); }
H1.HeaderClassName
{
color: #5666DB;
}
.AnyTagClassName
{
color: #5666DB;
}
</style>
background-color css
<style>
a { background-color: #5666DB; }
a { background-color: rgb(86,102,219); }
div.DivClassName
{
background-color: #5666DB;
}
.BgClassName
{
background-color: #5666DB;
}
</style>
border-color css
<style>
span { border-color: #5666DB; }
span { border-color: rgb(86,102,219); }
td.TdClassName
{
border-color: #5666DB;
}
.TagClassName
{
border-color: #5666DB;
}
</style>