Shades of Royal Blue #566CE3
Tints of Royal Blue #566CE3
RGB
CMYK
RGB Variations
Color information
#566CE3 (or 0x566CE3) is known color: Royal Blue. HEX triplet: 56, 6C and E3. RGB value is (86,108,227). Sum of RGB (Red+Green+Blue) = 86+108+227=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #566CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CE3 is #A9931C. Grayscale: #727272. Windows color (decimal): -11113245 or 14904406. OLE color: 14904406.
HSL color Cylindrical-coordinate representation of color #566CE3: hue angle of 230.64º 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 #566CE3 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 108 | 227 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.11 |
| HSL | 230.64º | 0.72% | 0.61% | - |
| HSV(B) | 230.64º | 0.62% | 0.89% | - |
| XYZ | 23.07 | 18.25 | 74.98 | - |
| YUV | 114.99 | 191.21 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 227 | 0.62 | 0.52 | 0 | 0.11 | 230.64 | 0.72 | 0.61 |
| Hex | 56 | 6C | E3 | 3E | 34 | 0 | B | E7 | 48 | 3D |
| Octal | 126 | 154 | 343 | 76 | 64 | 0 | 13 | 347 | 110 | 75 |
| Binary | 1010110 | 1101100 | 11100011 | 111110 | 110100 | 0 | 1011 | 11100111 | 1001000 | 111101 |
Color Harmonies of #566CE3
Complementary color
Monochromatic Colors of #566CE3
Black with #566CE3
Text Example
Text Example
White with #566CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CE3; }
p { color: rgb(86,108,227); }
H1.HeaderClassName
{
color: #566CE3;
}
.AnyTagClassName
{
color: #566CE3;
}
</style>
background-color css
<style>
a { background-color: #566CE3; }
a { background-color: rgb(86,108,227); }
div.DivClassName
{
background-color: #566CE3;
}
.BgClassName
{
background-color: #566CE3;
}
</style>
border-color css
<style>
span { border-color: #566CE3; }
span { border-color: rgb(86,108,227); }
td.TdClassName
{
border-color: #566CE3;
}
.TagClassName
{
border-color: #566CE3;
}
</style>