Shades of Royal Blue #566EE3
Tints of Royal Blue #566EE3
RGB
CMYK
RGB Variations
Color information
#566EE3 (or 0x566EE3) is known color: Royal Blue. HEX triplet: 56, 6E and E3. RGB value is (86,110,227). Sum of RGB (Red+Green+Blue) = 86+110+227=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #566EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EE3 is #A9911C. Grayscale: #737373. Windows color (decimal): -11112733 or 14904918. OLE color: 14904918.
HSL color Cylindrical-coordinate representation of color #566EE3: hue angle of 229.79º degrees, saturation: 0.72, 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 #566EE3 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 110 | 227 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.11 |
| HSL | 229.79º | 0.72% | 0.61% | - |
| HSV(B) | 229.79º | 0.62% | 0.89% | - |
| XYZ | 23.28 | 18.68 | 75.05 | - |
| YUV | 116.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 227 | 0.62 | 0.52 | 0 | 0.11 | 229.79 | 0.72 | 0.61 |
| Hex | 56 | 6E | E3 | 3E | 34 | 0 | B | E6 | 48 | 3D |
| Octal | 126 | 156 | 343 | 76 | 64 | 0 | 13 | 346 | 110 | 75 |
| Binary | 1010110 | 1101110 | 11100011 | 111110 | 110100 | 0 | 1011 | 11100110 | 1001000 | 111101 |
Color Harmonies of #566EE3
Complementary color
Monochromatic Colors of #566EE3
Black with #566EE3
Text Example
Text Example
White with #566EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EE3; }
p { color: rgb(86,110,227); }
H1.HeaderClassName
{
color: #566EE3;
}
.AnyTagClassName
{
color: #566EE3;
}
</style>
background-color css
<style>
a { background-color: #566EE3; }
a { background-color: rgb(86,110,227); }
div.DivClassName
{
background-color: #566EE3;
}
.BgClassName
{
background-color: #566EE3;
}
</style>
border-color css
<style>
span { border-color: #566EE3; }
span { border-color: rgb(86,110,227); }
td.TdClassName
{
border-color: #566EE3;
}
.TagClassName
{
border-color: #566EE3;
}
</style>