Shades of Royal Blue #566EE2
Tints of Royal Blue #566EE2
RGB
CMYK
RGB Variations
Color information
#566EE2 (or 0x566EE2) is known color: Royal Blue. HEX triplet: 56, 6E and E2. RGB value is (86,110,226). Sum of RGB (Red+Green+Blue) = 86+110+226=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #566EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EE2 is #A9911D. Grayscale: #737373. Windows color (decimal): -11112734 or 14839382. OLE color: 14839382.
HSL color Cylindrical-coordinate representation of color #566EE2: hue angle of 229.71º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566EE2 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 110 | 226 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.11 |
| HSL | 229.71º | 0.71% | 0.61% | - |
| HSV(B) | 229.71º | 0.62% | 0.89% | - |
| XYZ | 23.14 | 18.62 | 74.33 | - |
| YUV | 116.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 226 | 0.62 | 0.51 | 0 | 0.11 | 229.71 | 0.71 | 0.61 |
| Hex | 56 | 6E | E2 | 3E | 33 | 0 | B | E6 | 47 | 3D |
| Octal | 126 | 156 | 342 | 76 | 63 | 0 | 13 | 346 | 107 | 75 |
| Binary | 1010110 | 1101110 | 11100010 | 111110 | 110011 | 0 | 1011 | 11100110 | 1000111 | 111101 |
Color Harmonies of #566EE2
Complementary color
Monochromatic Colors of #566EE2
Black with #566EE2
Text Example
Text Example
White with #566EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EE2; }
p { color: rgb(86,110,226); }
H1.HeaderClassName
{
color: #566EE2;
}
.AnyTagClassName
{
color: #566EE2;
}
</style>
background-color css
<style>
a { background-color: #566EE2; }
a { background-color: rgb(86,110,226); }
div.DivClassName
{
background-color: #566EE2;
}
.BgClassName
{
background-color: #566EE2;
}
</style>
border-color css
<style>
span { border-color: #566EE2; }
span { border-color: rgb(86,110,226); }
td.TdClassName
{
border-color: #566EE2;
}
.TagClassName
{
border-color: #566EE2;
}
</style>