Shades of Royal Blue #566ED1
Tints of Royal Blue #566ED1
RGB
CMYK
RGB Variations
Color information
#566ED1 (or 0x566ED1) is known color: Royal Blue. HEX triplet: 56, 6E and D1. RGB value is (86,110,209). Sum of RGB (Red+Green+Blue) = 86+110+209=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #566ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ED1 is #A9912E. Grayscale: #717171. Windows color (decimal): -11112751 or 13725270. OLE color: 13725270.
HSL color Cylindrical-coordinate representation of color #566ED1: hue angle of 228.29º degrees, saturation: 0.57, 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 #566ED1 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 110 | 209 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.18 |
| HSL | 228.29º | 0.57% | 0.58% | - |
| HSV(B) | 228.29º | 0.59% | 0.82% | - |
| XYZ | 20.92 | 17.73 | 62.64 | - |
| YUV | 114.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 209 | 0.59 | 0.47 | 0 | 0.18 | 228.29 | 0.57 | 0.58 |
| Hex | 56 | 6E | D1 | 3B | 2F | 0 | 12 | E4 | 39 | 3A |
| Octal | 126 | 156 | 321 | 73 | 57 | 0 | 22 | 344 | 71 | 72 |
| Binary | 1010110 | 1101110 | 11010001 | 111011 | 101111 | 0 | 10010 | 11100100 | 111001 | 111010 |
Color Harmonies of #566ED1
Complementary color
Monochromatic Colors of #566ED1
Black with #566ED1
Text Example
Text Example
White with #566ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566ED1; }
p { color: rgb(86,110,209); }
H1.HeaderClassName
{
color: #566ED1;
}
.AnyTagClassName
{
color: #566ED1;
}
</style>
background-color css
<style>
a { background-color: #566ED1; }
a { background-color: rgb(86,110,209); }
div.DivClassName
{
background-color: #566ED1;
}
.BgClassName
{
background-color: #566ED1;
}
</style>
border-color css
<style>
span { border-color: #566ED1; }
span { border-color: rgb(86,110,209); }
td.TdClassName
{
border-color: #566ED1;
}
.TagClassName
{
border-color: #566ED1;
}
</style>