Shades of Royal Blue #566EEC
Tints of Royal Blue #566EEC
RGB
CMYK
RGB Variations
Color information
#566EEC (or 0x566EEC) is known color: Royal Blue. HEX triplet: 56, 6E and EC. RGB value is (86,110,236). Sum of RGB (Red+Green+Blue) = 86+110+236=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #566EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566EEC is #A99113. Grayscale: #747474. Windows color (decimal): -11112724 or 15494742. OLE color: 15494742.
HSL color Cylindrical-coordinate representation of color #566EEC: hue angle of 230.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566EEC is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 110 | 236 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.07 |
| HSL | 230.4º | 0.8% | 0.63% | - |
| HSV(B) | 230.4º | 0.64% | 0.93% | - |
| XYZ | 24.55 | 19.19 | 81.77 | - |
| YUV | 117.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 236 | 0.64 | 0.53 | 0 | 0.07 | 230.4 | 0.8 | 0.63 |
| Hex | 56 | 6E | EC | 40 | 35 | 0 | 7 | E6 | 50 | 3F |
| Octal | 126 | 156 | 354 | 100 | 65 | 0 | 7 | 346 | 120 | 77 |
| Binary | 1010110 | 1101110 | 11101100 | 1000000 | 110101 | 0 | 111 | 11100110 | 1010000 | 111111 |
Color Harmonies of #566EEC
Complementary color
Monochromatic Colors of #566EEC
Black with #566EEC
Text Example
Text Example
White with #566EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EEC; }
p { color: rgb(86,110,236); }
H1.HeaderClassName
{
color: #566EEC;
}
.AnyTagClassName
{
color: #566EEC;
}
</style>
background-color css
<style>
a { background-color: #566EEC; }
a { background-color: rgb(86,110,236); }
div.DivClassName
{
background-color: #566EEC;
}
.BgClassName
{
background-color: #566EEC;
}
</style>
border-color css
<style>
span { border-color: #566EEC; }
span { border-color: rgb(86,110,236); }
td.TdClassName
{
border-color: #566EEC;
}
.TagClassName
{
border-color: #566EEC;
}
</style>