Shades of Royal Blue #566CE6
Tints of Royal Blue #566CE6
RGB
CMYK
RGB Variations
Color information
#566CE6 (or 0x566CE6) is known color: Royal Blue. HEX triplet: 56, 6C and E6. RGB value is (86,108,230). Sum of RGB (Red+Green+Blue) = 86+108+230=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #566CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CE6 is #A99319. Grayscale: #727272. Windows color (decimal): -11113242 or 15101014. OLE color: 15101014.
HSL color Cylindrical-coordinate representation of color #566CE6: hue angle of 230.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566CE6 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 108 | 230 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.10 |
| HSL | 230.83º | 0.74% | 0.62% | - |
| HSV(B) | 230.83º | 0.63% | 0.9% | - |
| XYZ | 23.48 | 18.42 | 77.18 | - |
| YUV | 115.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 230 | 0.63 | 0.53 | 0 | 0.10 | 230.83 | 0.74 | 0.62 |
| Hex | 56 | 6C | E6 | 3F | 35 | 0 | A | E7 | 4A | 3E |
| Octal | 126 | 154 | 346 | 77 | 65 | 0 | 12 | 347 | 112 | 76 |
| Binary | 1010110 | 1101100 | 11100110 | 111111 | 110101 | 0 | 1010 | 11100111 | 1001010 | 111110 |
Color Harmonies of #566CE6
Complementary color
Monochromatic Colors of #566CE6
Black with #566CE6
Text Example
Text Example
White with #566CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CE6; }
p { color: rgb(86,108,230); }
H1.HeaderClassName
{
color: #566CE6;
}
.AnyTagClassName
{
color: #566CE6;
}
</style>
background-color css
<style>
a { background-color: #566CE6; }
a { background-color: rgb(86,108,230); }
div.DivClassName
{
background-color: #566CE6;
}
.BgClassName
{
background-color: #566CE6;
}
</style>
border-color css
<style>
span { border-color: #566CE6; }
span { border-color: rgb(86,108,230); }
td.TdClassName
{
border-color: #566CE6;
}
.TagClassName
{
border-color: #566CE6;
}
</style>