Shades of Royal Blue #566DD0
Tints of Royal Blue #566DD0
RGB
CMYK
RGB Variations
Color information
#566DD0 (or 0x566DD0) is known color: Royal Blue. HEX triplet: 56, 6D and D0. RGB value is (86,109,208). Sum of RGB (Red+Green+Blue) = 86+109+208=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #566DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DD0 is #A9922F. Grayscale: #707070. Windows color (decimal): -11113008 or 13659478. OLE color: 13659478.
HSL color Cylindrical-coordinate representation of color #566DD0: hue angle of 228.69º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566DD0 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 109 | 208 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.18 |
| HSL | 228.69º | 0.56% | 0.58% | - |
| HSV(B) | 228.69º | 0.59% | 0.82% | - |
| XYZ | 20.69 | 17.47 | 61.96 | - |
| YUV | 113.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 208 | 0.59 | 0.48 | 0 | 0.18 | 228.69 | 0.56 | 0.58 |
| Hex | 56 | 6D | D0 | 3B | 30 | 0 | 12 | E5 | 38 | 3A |
| Octal | 126 | 155 | 320 | 73 | 60 | 0 | 22 | 345 | 70 | 72 |
| Binary | 1010110 | 1101101 | 11010000 | 111011 | 110000 | 0 | 10010 | 11100101 | 111000 | 111010 |
Color Harmonies of #566DD0
Complementary color
Monochromatic Colors of #566DD0
Black with #566DD0
Text Example
Text Example
White with #566DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DD0; }
p { color: rgb(86,109,208); }
H1.HeaderClassName
{
color: #566DD0;
}
.AnyTagClassName
{
color: #566DD0;
}
</style>
background-color css
<style>
a { background-color: #566DD0; }
a { background-color: rgb(86,109,208); }
div.DivClassName
{
background-color: #566DD0;
}
.BgClassName
{
background-color: #566DD0;
}
</style>
border-color css
<style>
span { border-color: #566DD0; }
span { border-color: rgb(86,109,208); }
td.TdClassName
{
border-color: #566DD0;
}
.TagClassName
{
border-color: #566DD0;
}
</style>