Shades of Royal Blue #566ECF
Tints of Royal Blue #566ECF
RGB
CMYK
RGB Variations
Color information
#566ECF (or 0x566ECF) is known color: Royal Blue. HEX triplet: 56, 6E and CF. RGB value is (86,110,207). Sum of RGB (Red+Green+Blue) = 86+110+207=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #566ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ECF is #A99130. Grayscale: #717171. Windows color (decimal): -11112753 or 13594198. OLE color: 13594198.
HSL color Cylindrical-coordinate representation of color #566ECF: hue angle of 228.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566ECF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 110 | 207 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.19 |
| HSL | 228.1º | 0.56% | 0.57% | - |
| HSV(B) | 228.1º | 0.58% | 0.81% | - |
| XYZ | 20.68 | 17.64 | 61.35 | - |
| YUV | 113.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 207 | 0.58 | 0.47 | 0 | 0.19 | 228.1 | 0.56 | 0.57 |
| Hex | 56 | 6E | CF | 3A | 2F | 0 | 13 | E4 | 38 | 39 |
| Octal | 126 | 156 | 317 | 72 | 57 | 0 | 23 | 344 | 70 | 71 |
| Binary | 1010110 | 1101110 | 11001111 | 111010 | 101111 | 0 | 10011 | 11100100 | 111000 | 111001 |
Color Harmonies of #566ECF
Complementary color
Monochromatic Colors of #566ECF
Black with #566ECF
Text Example
Text Example
White with #566ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566ECF; }
p { color: rgb(86,110,207); }
H1.HeaderClassName
{
color: #566ECF;
}
.AnyTagClassName
{
color: #566ECF;
}
</style>
background-color css
<style>
a { background-color: #566ECF; }
a { background-color: rgb(86,110,207); }
div.DivClassName
{
background-color: #566ECF;
}
.BgClassName
{
background-color: #566ECF;
}
</style>
border-color css
<style>
span { border-color: #566ECF; }
span { border-color: rgb(86,110,207); }
td.TdClassName
{
border-color: #566ECF;
}
.TagClassName
{
border-color: #566ECF;
}
</style>