Shades of Royal Blue #566DDA
Tints of Royal Blue #566DDA
RGB
CMYK
RGB Variations
Color information
#566DDA (or 0x566DDA) is known color: Royal Blue. HEX triplet: 56, 6D and DA. RGB value is (86,109,218). Sum of RGB (Red+Green+Blue) = 86+109+218=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #566DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DDA is #A99225. Grayscale: #727272. Windows color (decimal): -11112998 or 14314838. OLE color: 14314838.
HSL color Cylindrical-coordinate representation of color #566DDA: hue angle of 229.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566DDA is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 109 | 218 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.15 |
| HSL | 229.55º | 0.64% | 0.6% | - |
| HSV(B) | 229.55º | 0.61% | 0.85% | - |
| XYZ | 21.96 | 17.98 | 68.64 | - |
| YUV | 114.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 218 | 0.61 | 0.5 | 0 | 0.15 | 229.55 | 0.64 | 0.6 |
| Hex | 56 | 6D | DA | 3D | 32 | 0 | F | E6 | 40 | 3C |
| Octal | 126 | 155 | 332 | 75 | 62 | 0 | 17 | 346 | 100 | 74 |
| Binary | 1010110 | 1101101 | 11011010 | 111101 | 110010 | 0 | 1111 | 11100110 | 1000000 | 111100 |
Color Harmonies of #566DDA
Complementary color
Monochromatic Colors of #566DDA
Black with #566DDA
Text Example
Text Example
White with #566DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DDA; }
p { color: rgb(86,109,218); }
H1.HeaderClassName
{
color: #566DDA;
}
.AnyTagClassName
{
color: #566DDA;
}
</style>
background-color css
<style>
a { background-color: #566DDA; }
a { background-color: rgb(86,109,218); }
div.DivClassName
{
background-color: #566DDA;
}
.BgClassName
{
background-color: #566DDA;
}
</style>
border-color css
<style>
span { border-color: #566DDA; }
span { border-color: rgb(86,109,218); }
td.TdClassName
{
border-color: #566DDA;
}
.TagClassName
{
border-color: #566DDA;
}
</style>