Shades of Royal Blue #566DCE
Tints of Royal Blue #566DCE
RGB
CMYK
RGB Variations
Color information
#566DCE (or 0x566DCE) is known color: Royal Blue. HEX triplet: 56, 6D and CE. RGB value is (86,109,206). Sum of RGB (Red+Green+Blue) = 86+109+206=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #566DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DCE is #A99231. Grayscale: #707070. Windows color (decimal): -11113010 or 13528406. OLE color: 13528406.
HSL color Cylindrical-coordinate representation of color #566DCE: hue angle of 228.5º degrees, saturation: 0.55, 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 #566DCE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 109 | 206 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.19 |
| HSL | 228.5º | 0.55% | 0.57% | - |
| HSV(B) | 228.5º | 0.58% | 0.81% | - |
| XYZ | 20.45 | 17.37 | 60.67 | - |
| YUV | 113.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 206 | 0.58 | 0.47 | 0 | 0.19 | 228.5 | 0.55 | 0.57 |
| Hex | 56 | 6D | CE | 3A | 2F | 0 | 13 | E4 | 37 | 39 |
| Octal | 126 | 155 | 316 | 72 | 57 | 0 | 23 | 344 | 67 | 71 |
| Binary | 1010110 | 1101101 | 11001110 | 111010 | 101111 | 0 | 10011 | 11100100 | 110111 | 111001 |
Color Harmonies of #566DCE
Complementary color
Monochromatic Colors of #566DCE
Black with #566DCE
Text Example
Text Example
White with #566DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DCE; }
p { color: rgb(86,109,206); }
H1.HeaderClassName
{
color: #566DCE;
}
.AnyTagClassName
{
color: #566DCE;
}
</style>
background-color css
<style>
a { background-color: #566DCE; }
a { background-color: rgb(86,109,206); }
div.DivClassName
{
background-color: #566DCE;
}
.BgClassName
{
background-color: #566DCE;
}
</style>
border-color css
<style>
span { border-color: #566DCE; }
span { border-color: rgb(86,109,206); }
td.TdClassName
{
border-color: #566DCE;
}
.TagClassName
{
border-color: #566DCE;
}
</style>