Shades of Royal Blue #566EED
Tints of Royal Blue #566EED
RGB
CMYK
RGB Variations
Color information
#566EED (or 0x566EED) is known color: Royal Blue. HEX triplet: 56, 6E and ED. RGB value is (86,110,237). Sum of RGB (Red+Green+Blue) = 86+110+237=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #566EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566EED is #A99112. Grayscale: #747474. Windows color (decimal): -11112723 or 15560278. OLE color: 15560278.
HSL color Cylindrical-coordinate representation of color #566EED: hue angle of 230.46º degrees, saturation: 0.81, 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 #566EED is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 110 | 237 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.07 |
| HSL | 230.46º | 0.81% | 0.63% | - |
| HSV(B) | 230.46º | 0.64% | 0.93% | - |
| XYZ | 24.7 | 19.24 | 82.53 | - |
| YUV | 117.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 237 | 0.64 | 0.54 | 0 | 0.07 | 230.46 | 0.81 | 0.63 |
| Hex | 56 | 6E | ED | 40 | 36 | 0 | 7 | E6 | 51 | 3F |
| Octal | 126 | 156 | 355 | 100 | 66 | 0 | 7 | 346 | 121 | 77 |
| Binary | 1010110 | 1101110 | 11101101 | 1000000 | 110110 | 0 | 111 | 11100110 | 1010001 | 111111 |
Color Harmonies of #566EED
Complementary color
Monochromatic Colors of #566EED
Black with #566EED
Text Example
Text Example
White with #566EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EED; }
p { color: rgb(86,110,237); }
H1.HeaderClassName
{
color: #566EED;
}
.AnyTagClassName
{
color: #566EED;
}
</style>
background-color css
<style>
a { background-color: #566EED; }
a { background-color: rgb(86,110,237); }
div.DivClassName
{
background-color: #566EED;
}
.BgClassName
{
background-color: #566EED;
}
</style>
border-color css
<style>
span { border-color: #566EED; }
span { border-color: rgb(86,110,237); }
td.TdClassName
{
border-color: #566EED;
}
.TagClassName
{
border-color: #566EED;
}
</style>