Shades of Royal Blue #566BDA
Tints of Royal Blue #566BDA
RGB
CMYK
RGB Variations
Color information
#566BDA (or 0x566BDA) is known color: Royal Blue. HEX triplet: 56, 6B and DA. RGB value is (86,107,218). Sum of RGB (Red+Green+Blue) = 86+107+218=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #566BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BDA is #A99425. Grayscale: #707070. Windows color (decimal): -11113510 or 14314326. OLE color: 14314326.
HSL color Cylindrical-coordinate representation of color #566BDA: hue angle of 230.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566BDA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 107 | 218 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.15 |
| HSL | 230.45º | 0.64% | 0.6% | - |
| HSV(B) | 230.45º | 0.61% | 0.85% | - |
| XYZ | 21.75 | 17.56 | 68.57 | - |
| YUV | 113.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 218 | 0.61 | 0.51 | 0 | 0.15 | 230.45 | 0.64 | 0.6 |
| Hex | 56 | 6B | DA | 3D | 33 | 0 | F | E6 | 40 | 3C |
| Octal | 126 | 153 | 332 | 75 | 63 | 0 | 17 | 346 | 100 | 74 |
| Binary | 1010110 | 1101011 | 11011010 | 111101 | 110011 | 0 | 1111 | 11100110 | 1000000 | 111100 |
Color Harmonies of #566BDA
Complementary color
Monochromatic Colors of #566BDA
Black with #566BDA
Text Example
Text Example
White with #566BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BDA; }
p { color: rgb(86,107,218); }
H1.HeaderClassName
{
color: #566BDA;
}
.AnyTagClassName
{
color: #566BDA;
}
</style>
background-color css
<style>
a { background-color: #566BDA; }
a { background-color: rgb(86,107,218); }
div.DivClassName
{
background-color: #566BDA;
}
.BgClassName
{
background-color: #566BDA;
}
</style>
border-color css
<style>
span { border-color: #566BDA; }
span { border-color: rgb(86,107,218); }
td.TdClassName
{
border-color: #566BDA;
}
.TagClassName
{
border-color: #566BDA;
}
</style>