Shades of Royal Blue #566BE4
Tints of Royal Blue #566BE4
RGB
CMYK
RGB Variations
Color information
#566BE4 (or 0x566BE4) is known color: Royal Blue. HEX triplet: 56, 6B and E4. RGB value is (86,107,228). Sum of RGB (Red+Green+Blue) = 86+107+228=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #566BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BE4 is #A9941B. Grayscale: #727272. Windows color (decimal): -11113500 or 14969686. OLE color: 14969686.
HSL color Cylindrical-coordinate representation of color #566BE4: hue angle of 231.13º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566BE4 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 107 | 228 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.11 |
| HSL | 231.13º | 0.72% | 0.62% | - |
| HSV(B) | 231.13º | 0.62% | 0.89% | - |
| XYZ | 23.1 | 18.1 | 75.67 | - |
| YUV | 114.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 228 | 0.62 | 0.53 | 0 | 0.11 | 231.13 | 0.72 | 0.62 |
| Hex | 56 | 6B | E4 | 3E | 35 | 0 | B | E7 | 48 | 3E |
| Octal | 126 | 153 | 344 | 76 | 65 | 0 | 13 | 347 | 110 | 76 |
| Binary | 1010110 | 1101011 | 11100100 | 111110 | 110101 | 0 | 1011 | 11100111 | 1001000 | 111110 |
Color Harmonies of #566BE4
Complementary color
Monochromatic Colors of #566BE4
Black with #566BE4
Text Example
Text Example
White with #566BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BE4; }
p { color: rgb(86,107,228); }
H1.HeaderClassName
{
color: #566BE4;
}
.AnyTagClassName
{
color: #566BE4;
}
</style>
background-color css
<style>
a { background-color: #566BE4; }
a { background-color: rgb(86,107,228); }
div.DivClassName
{
background-color: #566BE4;
}
.BgClassName
{
background-color: #566BE4;
}
</style>
border-color css
<style>
span { border-color: #566BE4; }
span { border-color: rgb(86,107,228); }
td.TdClassName
{
border-color: #566BE4;
}
.TagClassName
{
border-color: #566BE4;
}
</style>