Shades of Royal Blue #566DDD
Tints of Royal Blue #566DDD
RGB
CMYK
RGB Variations
Color information
#566DDD (or 0x566DDD) is known color: Royal Blue. HEX triplet: 56, 6D and DD. RGB value is (86,109,221). Sum of RGB (Red+Green+Blue) = 86+109+221=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #566DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DDD is #A99222. Grayscale: #727272. Windows color (decimal): -11112995 or 14511446. OLE color: 14511446.
HSL color Cylindrical-coordinate representation of color #566DDD: hue angle of 229.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566DDD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 109 | 221 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.13 |
| HSL | 229.78º | 0.67% | 0.6% | - |
| HSV(B) | 229.78º | 0.61% | 0.87% | - |
| XYZ | 22.36 | 18.14 | 70.73 | - |
| YUV | 114.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 221 | 0.61 | 0.51 | 0 | 0.13 | 229.78 | 0.67 | 0.6 |
| Hex | 56 | 6D | DD | 3D | 33 | 0 | D | E6 | 43 | 3C |
| Octal | 126 | 155 | 335 | 75 | 63 | 0 | 15 | 346 | 103 | 74 |
| Binary | 1010110 | 1101101 | 11011101 | 111101 | 110011 | 0 | 1101 | 11100110 | 1000011 | 111100 |
Color Harmonies of #566DDD
Complementary color
Monochromatic Colors of #566DDD
Black with #566DDD
Text Example
Text Example
White with #566DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DDD; }
p { color: rgb(86,109,221); }
H1.HeaderClassName
{
color: #566DDD;
}
.AnyTagClassName
{
color: #566DDD;
}
</style>
background-color css
<style>
a { background-color: #566DDD; }
a { background-color: rgb(86,109,221); }
div.DivClassName
{
background-color: #566DDD;
}
.BgClassName
{
background-color: #566DDD;
}
</style>
border-color css
<style>
span { border-color: #566DDD; }
span { border-color: rgb(86,109,221); }
td.TdClassName
{
border-color: #566DDD;
}
.TagClassName
{
border-color: #566DDD;
}
</style>