Shades of Royal Blue #566CE2
Tints of Royal Blue #566CE2
RGB
CMYK
RGB Variations
Color information
#566CE2 (or 0x566CE2) is known color: Royal Blue. HEX triplet: 56, 6C and E2. RGB value is (86,108,226). Sum of RGB (Red+Green+Blue) = 86+108+226=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #566CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CE2 is #A9931D. Grayscale: #727272. Windows color (decimal): -11113246 or 14838870. OLE color: 14838870.
HSL color Cylindrical-coordinate representation of color #566CE2: hue angle of 230.57º 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 #566CE2 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 108 | 226 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.11 |
| HSL | 230.57º | 0.71% | 0.61% | - |
| HSV(B) | 230.57º | 0.62% | 0.89% | - |
| XYZ | 22.93 | 18.19 | 74.25 | - |
| YUV | 114.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 226 | 0.62 | 0.52 | 0 | 0.11 | 230.57 | 0.71 | 0.61 |
| Hex | 56 | 6C | E2 | 3E | 34 | 0 | B | E7 | 47 | 3D |
| Octal | 126 | 154 | 342 | 76 | 64 | 0 | 13 | 347 | 107 | 75 |
| Binary | 1010110 | 1101100 | 11100010 | 111110 | 110100 | 0 | 1011 | 11100111 | 1000111 | 111101 |
Color Harmonies of #566CE2
Complementary color
Monochromatic Colors of #566CE2
Black with #566CE2
Text Example
Text Example
White with #566CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CE2; }
p { color: rgb(86,108,226); }
H1.HeaderClassName
{
color: #566CE2;
}
.AnyTagClassName
{
color: #566CE2;
}
</style>
background-color css
<style>
a { background-color: #566CE2; }
a { background-color: rgb(86,108,226); }
div.DivClassName
{
background-color: #566CE2;
}
.BgClassName
{
background-color: #566CE2;
}
</style>
border-color css
<style>
span { border-color: #566CE2; }
span { border-color: rgb(86,108,226); }
td.TdClassName
{
border-color: #566CE2;
}
.TagClassName
{
border-color: #566CE2;
}
</style>