Shades of Royal Blue #566CE4
Tints of Royal Blue #566CE4
RGB
CMYK
RGB Variations
Color information
#566CE4 (or 0x566CE4) is known color: Royal Blue. HEX triplet: 56, 6C and E4. RGB value is (86,108,228). Sum of RGB (Red+Green+Blue) = 86+108+228=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #566CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CE4 is #A9931B. Grayscale: #727272. Windows color (decimal): -11113244 or 14969942. OLE color: 14969942.
HSL color Cylindrical-coordinate representation of color #566CE4: hue angle of 230.7º 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 #566CE4 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 108 | 228 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.11 |
| HSL | 230.7º | 0.72% | 0.62% | - |
| HSV(B) | 230.7º | 0.62% | 0.89% | - |
| XYZ | 23.2 | 18.3 | 75.71 | - |
| YUV | 115.1 | 191.71 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 228 | 0.62 | 0.53 | 0 | 0.11 | 230.7 | 0.72 | 0.62 |
| Hex | 56 | 6C | E4 | 3E | 35 | 0 | B | E7 | 48 | 3E |
| Octal | 126 | 154 | 344 | 76 | 65 | 0 | 13 | 347 | 110 | 76 |
| Binary | 1010110 | 1101100 | 11100100 | 111110 | 110101 | 0 | 1011 | 11100111 | 1001000 | 111110 |
Color Harmonies of #566CE4
Complementary color
Monochromatic Colors of #566CE4
Black with #566CE4
Text Example
Text Example
White with #566CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CE4; }
p { color: rgb(86,108,228); }
H1.HeaderClassName
{
color: #566CE4;
}
.AnyTagClassName
{
color: #566CE4;
}
</style>
background-color css
<style>
a { background-color: #566CE4; }
a { background-color: rgb(86,108,228); }
div.DivClassName
{
background-color: #566CE4;
}
.BgClassName
{
background-color: #566CE4;
}
</style>
border-color css
<style>
span { border-color: #566CE4; }
span { border-color: rgb(86,108,228); }
td.TdClassName
{
border-color: #566CE4;
}
.TagClassName
{
border-color: #566CE4;
}
</style>