Shades of Royal Blue #566DCD
Tints of Royal Blue #566DCD
RGB
CMYK
RGB Variations
Color information
#566DCD (or 0x566DCD) is known color: Royal Blue. HEX triplet: 56, 6D and CD. RGB value is (86,109,205). Sum of RGB (Red+Green+Blue) = 86+109+205=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #566DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DCD is #A99232. Grayscale: #707070. Windows color (decimal): -11113011 or 13462870. OLE color: 13462870.
HSL color Cylindrical-coordinate representation of color #566DCD: hue angle of 228.4º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566DCD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 109 | 205 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.20 |
| HSL | 228.4º | 0.54% | 0.57% | - |
| HSV(B) | 228.4º | 0.58% | 0.8% | - |
| XYZ | 20.33 | 17.32 | 60.03 | - |
| YUV | 113.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 205 | 0.58 | 0.47 | 0 | 0.20 | 228.4 | 0.54 | 0.57 |
| Hex | 56 | 6D | CD | 3A | 2F | 0 | 14 | E4 | 36 | 39 |
| Octal | 126 | 155 | 315 | 72 | 57 | 0 | 24 | 344 | 66 | 71 |
| Binary | 1010110 | 1101101 | 11001101 | 111010 | 101111 | 0 | 10100 | 11100100 | 110110 | 111001 |
Color Harmonies of #566DCD
Complementary color
Monochromatic Colors of #566DCD
Black with #566DCD
Text Example
Text Example
White with #566DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DCD; }
p { color: rgb(86,109,205); }
H1.HeaderClassName
{
color: #566DCD;
}
.AnyTagClassName
{
color: #566DCD;
}
</style>
background-color css
<style>
a { background-color: #566DCD; }
a { background-color: rgb(86,109,205); }
div.DivClassName
{
background-color: #566DCD;
}
.BgClassName
{
background-color: #566DCD;
}
</style>
border-color css
<style>
span { border-color: #566DCD; }
span { border-color: rgb(86,109,205); }
td.TdClassName
{
border-color: #566DCD;
}
.TagClassName
{
border-color: #566DCD;
}
</style>