Shades of Royal Blue #566EEF
Tints of Royal Blue #566EEF
RGB
CMYK
RGB Variations
Color information
#566EEF (or 0x566EEF) is known color: Royal Blue. HEX triplet: 56, 6E and EF. RGB value is (86,110,239). Sum of RGB (Red+Green+Blue) = 86+110+239=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #566EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566EEF is #A99110. Grayscale: #747474. Windows color (decimal): -11112721 or 15691350. OLE color: 15691350.
HSL color Cylindrical-coordinate representation of color #566EEF: hue angle of 230.59º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566EEF is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 110 | 239 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.06 |
| HSL | 230.59º | 0.83% | 0.64% | - |
| HSV(B) | 230.59º | 0.64% | 0.94% | - |
| XYZ | 24.99 | 19.36 | 84.08 | - |
| YUV | 117.53 | 196.55 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 239 | 0.64 | 0.54 | 0 | 0.06 | 230.59 | 0.83 | 0.64 |
| Hex | 56 | 6E | EF | 40 | 36 | 0 | 6 | E7 | 53 | 40 |
| Octal | 126 | 156 | 357 | 100 | 66 | 0 | 6 | 347 | 123 | 100 |
| Binary | 1010110 | 1101110 | 11101111 | 1000000 | 110110 | 0 | 110 | 11100111 | 1010011 | 1000000 |
Color Harmonies of #566EEF
Complementary color
Monochromatic Colors of #566EEF
Black with #566EEF
Text Example
Text Example
White with #566EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EEF; }
p { color: rgb(86,110,239); }
H1.HeaderClassName
{
color: #566EEF;
}
.AnyTagClassName
{
color: #566EEF;
}
</style>
background-color css
<style>
a { background-color: #566EEF; }
a { background-color: rgb(86,110,239); }
div.DivClassName
{
background-color: #566EEF;
}
.BgClassName
{
background-color: #566EEF;
}
</style>
border-color css
<style>
span { border-color: #566EEF; }
span { border-color: rgb(86,110,239); }
td.TdClassName
{
border-color: #566EEF;
}
.TagClassName
{
border-color: #566EEF;
}
</style>