Shades of Royal Blue #566BD2
Tints of Royal Blue #566BD2
RGB
CMYK
RGB Variations
Color information
#566BD2 (or 0x566BD2) is known color: Royal Blue. HEX triplet: 56, 6B and D2. RGB value is (86,107,210). Sum of RGB (Red+Green+Blue) = 86+107+210=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #566BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BD2 is #A9942D. Grayscale: #707070. Windows color (decimal): -11113518 or 13790038. OLE color: 13790038.
HSL color Cylindrical-coordinate representation of color #566BD2: hue angle of 229.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566BD2 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 107 | 210 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.18 |
| HSL | 229.84º | 0.58% | 0.58% | - |
| HSV(B) | 229.84º | 0.59% | 0.82% | - |
| XYZ | 20.73 | 17.15 | 63.19 | - |
| YUV | 112.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 210 | 0.59 | 0.49 | 0 | 0.18 | 229.84 | 0.58 | 0.58 |
| Hex | 56 | 6B | D2 | 3B | 31 | 0 | 12 | E6 | 3A | 3A |
| Octal | 126 | 153 | 322 | 73 | 61 | 0 | 22 | 346 | 72 | 72 |
| Binary | 1010110 | 1101011 | 11010010 | 111011 | 110001 | 0 | 10010 | 11100110 | 111010 | 111010 |
Color Harmonies of #566BD2
Complementary color
Monochromatic Colors of #566BD2
Black with #566BD2
Text Example
Text Example
White with #566BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BD2; }
p { color: rgb(86,107,210); }
H1.HeaderClassName
{
color: #566BD2;
}
.AnyTagClassName
{
color: #566BD2;
}
</style>
background-color css
<style>
a { background-color: #566BD2; }
a { background-color: rgb(86,107,210); }
div.DivClassName
{
background-color: #566BD2;
}
.BgClassName
{
background-color: #566BD2;
}
</style>
border-color css
<style>
span { border-color: #566BD2; }
span { border-color: rgb(86,107,210); }
td.TdClassName
{
border-color: #566BD2;
}
.TagClassName
{
border-color: #566BD2;
}
</style>