Shades of Royal Blue #566CDB
Tints of Royal Blue #566CDB
RGB
CMYK
RGB Variations
Color information
#566CDB (or 0x566CDB) is known color: Royal Blue. HEX triplet: 56, 6C and DB. RGB value is (86,108,219). Sum of RGB (Red+Green+Blue) = 86+108+219=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #566CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CDB is #A99324. Grayscale: #717171. Windows color (decimal): -11113253 or 14380118. OLE color: 14380118.
HSL color Cylindrical-coordinate representation of color #566CDB: hue angle of 230.08º 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 #566CDB is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 108 | 219 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.14 |
| HSL | 230.08º | 0.65% | 0.6% | - |
| HSV(B) | 230.08º | 0.61% | 0.86% | - |
| XYZ | 21.99 | 17.82 | 69.3 | - |
| YUV | 114.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 219 | 0.61 | 0.51 | 0 | 0.14 | 230.08 | 0.65 | 0.6 |
| Hex | 56 | 6C | DB | 3D | 33 | 0 | E | E6 | 41 | 3C |
| Octal | 126 | 154 | 333 | 75 | 63 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1010110 | 1101100 | 11011011 | 111101 | 110011 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #566CDB
Complementary color
Monochromatic Colors of #566CDB
Black with #566CDB
Text Example
Text Example
White with #566CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CDB; }
p { color: rgb(86,108,219); }
H1.HeaderClassName
{
color: #566CDB;
}
.AnyTagClassName
{
color: #566CDB;
}
</style>
background-color css
<style>
a { background-color: #566CDB; }
a { background-color: rgb(86,108,219); }
div.DivClassName
{
background-color: #566CDB;
}
.BgClassName
{
background-color: #566CDB;
}
</style>
border-color css
<style>
span { border-color: #566CDB; }
span { border-color: rgb(86,108,219); }
td.TdClassName
{
border-color: #566CDB;
}
.TagClassName
{
border-color: #566CDB;
}
</style>