Shades of Royal Blue #566DD8
Tints of Royal Blue #566DD8
RGB
CMYK
RGB Variations
Color information
#566DD8 (or 0x566DD8) is known color: Royal Blue. HEX triplet: 56, 6D and D8. RGB value is (86,109,216). Sum of RGB (Red+Green+Blue) = 86+109+216=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #566DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DD8 is #A99227. Grayscale: #717171. Windows color (decimal): -11113000 or 14183766. OLE color: 14183766.
HSL color Cylindrical-coordinate representation of color #566DD8: hue angle of 229.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566DD8 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 109 | 216 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.15 |
| HSL | 229.38º | 0.63% | 0.59% | - |
| HSV(B) | 229.38º | 0.6% | 0.85% | - |
| XYZ | 21.7 | 17.87 | 67.27 | - |
| YUV | 114.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 216 | 0.60 | 0.50 | 0 | 0.15 | 229.38 | 0.63 | 0.59 |
| Hex | 56 | 6D | D8 | 3C | 32 | 0 | F | E5 | 3E | 3B |
| Octal | 126 | 155 | 330 | 74 | 62 | 0 | 17 | 345 | 76 | 73 |
| Binary | 1010110 | 1101101 | 11011000 | 111100 | 110010 | 0 | 1111 | 11100101 | 111110 | 111011 |
Color Harmonies of #566DD8
Complementary color
Monochromatic Colors of #566DD8
Black with #566DD8
Text Example
Text Example
White with #566DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DD8; }
p { color: rgb(86,109,216); }
H1.HeaderClassName
{
color: #566DD8;
}
.AnyTagClassName
{
color: #566DD8;
}
</style>
background-color css
<style>
a { background-color: #566DD8; }
a { background-color: rgb(86,109,216); }
div.DivClassName
{
background-color: #566DD8;
}
.BgClassName
{
background-color: #566DD8;
}
</style>
border-color css
<style>
span { border-color: #566DD8; }
span { border-color: rgb(86,109,216); }
td.TdClassName
{
border-color: #566DD8;
}
.TagClassName
{
border-color: #566DD8;
}
</style>