Shades of Royal Blue #566EE6
Tints of Royal Blue #566EE6
RGB
CMYK
RGB Variations
Color information
#566EE6 (or 0x566EE6) is known color: Royal Blue. HEX triplet: 56, 6E and E6. RGB value is (86,110,230). Sum of RGB (Red+Green+Blue) = 86+110+230=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #566EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566EE6 is #A99119. Grayscale: #737373. Windows color (decimal): -11112730 or 15101526. OLE color: 15101526.
HSL color Cylindrical-coordinate representation of color #566EE6: hue angle of 230º 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 #566EE6 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 110 | 230 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.10 |
| HSL | 230º | 0.74% | 0.62% | - |
| HSV(B) | 230º | 0.63% | 0.9% | - |
| XYZ | 23.7 | 18.84 | 77.25 | - |
| YUV | 116.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 230 | 0.63 | 0.52 | 0 | 0.10 | 230 | 0.74 | 0.62 |
| Hex | 56 | 6E | E6 | 3F | 34 | 0 | A | E6 | 4A | 3E |
| Octal | 126 | 156 | 346 | 77 | 64 | 0 | 12 | 346 | 112 | 76 |
| Binary | 1010110 | 1101110 | 11100110 | 111111 | 110100 | 0 | 1010 | 11100110 | 1001010 | 111110 |
Color Harmonies of #566EE6
Complementary color
Monochromatic Colors of #566EE6
Black with #566EE6
Text Example
Text Example
White with #566EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EE6; }
p { color: rgb(86,110,230); }
H1.HeaderClassName
{
color: #566EE6;
}
.AnyTagClassName
{
color: #566EE6;
}
</style>
background-color css
<style>
a { background-color: #566EE6; }
a { background-color: rgb(86,110,230); }
div.DivClassName
{
background-color: #566EE6;
}
.BgClassName
{
background-color: #566EE6;
}
</style>
border-color css
<style>
span { border-color: #566EE6; }
span { border-color: rgb(86,110,230); }
td.TdClassName
{
border-color: #566EE6;
}
.TagClassName
{
border-color: #566EE6;
}
</style>