Shades of Royal Blue #566AED
Tints of Royal Blue #566AED
RGB
CMYK
RGB Variations
Color information
#566AED (or 0x566AED) is known color: Royal Blue. HEX triplet: 56, 6A and ED. RGB value is (86,106,237). Sum of RGB (Red+Green+Blue) = 86+106+237=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #566AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566AED is #A99512. Grayscale: #727272. Windows color (decimal): -11113747 or 15559254. OLE color: 15559254.
HSL color Cylindrical-coordinate representation of color #566AED: hue angle of 232.05º 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 #566AED is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 106 | 237 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.07 |
| HSL | 232.05º | 0.81% | 0.63% | - |
| HSV(B) | 232.05º | 0.64% | 0.93% | - |
| XYZ | 24.28 | 18.4 | 82.39 | - |
| YUV | 114.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 237 | 0.64 | 0.55 | 0 | 0.07 | 232.05 | 0.81 | 0.63 |
| Hex | 56 | 6A | ED | 40 | 37 | 0 | 7 | E8 | 51 | 3F |
| Octal | 126 | 152 | 355 | 100 | 67 | 0 | 7 | 350 | 121 | 77 |
| Binary | 1010110 | 1101010 | 11101101 | 1000000 | 110111 | 0 | 111 | 11101000 | 1010001 | 111111 |
Color Harmonies of #566AED
Complementary color
Monochromatic Colors of #566AED
Black with #566AED
Text Example
Text Example
White with #566AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566AED; }
p { color: rgb(86,106,237); }
H1.HeaderClassName
{
color: #566AED;
}
.AnyTagClassName
{
color: #566AED;
}
</style>
background-color css
<style>
a { background-color: #566AED; }
a { background-color: rgb(86,106,237); }
div.DivClassName
{
background-color: #566AED;
}
.BgClassName
{
background-color: #566AED;
}
</style>
border-color css
<style>
span { border-color: #566AED; }
span { border-color: rgb(86,106,237); }
td.TdClassName
{
border-color: #566AED;
}
.TagClassName
{
border-color: #566AED;
}
</style>