Shades of Royal Blue #566DDB
Tints of Royal Blue #566DDB
RGB
CMYK
RGB Variations
Color information
#566DDB (or 0x566DDB) is known color: Royal Blue. HEX triplet: 56, 6D and DB. RGB value is (86,109,219). Sum of RGB (Red+Green+Blue) = 86+109+219=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #566DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DDB is #A99224. Grayscale: #727272. Windows color (decimal): -11112997 or 14380374. OLE color: 14380374.
HSL color Cylindrical-coordinate representation of color #566DDB: hue angle of 229.62º 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 #566DDB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 109 | 219 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.14 |
| HSL | 229.62º | 0.65% | 0.6% | - |
| HSV(B) | 229.62º | 0.61% | 0.86% | - |
| XYZ | 22.09 | 18.03 | 69.33 | - |
| YUV | 114.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 219 | 0.61 | 0.50 | 0 | 0.14 | 229.62 | 0.65 | 0.6 |
| Hex | 56 | 6D | DB | 3D | 32 | 0 | E | E6 | 41 | 3C |
| Octal | 126 | 155 | 333 | 75 | 62 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1010110 | 1101101 | 11011011 | 111101 | 110010 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #566DDB
Complementary color
Monochromatic Colors of #566DDB
Black with #566DDB
Text Example
Text Example
White with #566DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DDB; }
p { color: rgb(86,109,219); }
H1.HeaderClassName
{
color: #566DDB;
}
.AnyTagClassName
{
color: #566DDB;
}
</style>
background-color css
<style>
a { background-color: #566DDB; }
a { background-color: rgb(86,109,219); }
div.DivClassName
{
background-color: #566DDB;
}
.BgClassName
{
background-color: #566DDB;
}
</style>
border-color css
<style>
span { border-color: #566DDB; }
span { border-color: rgb(86,109,219); }
td.TdClassName
{
border-color: #566DDB;
}
.TagClassName
{
border-color: #566DDB;
}
</style>