Shades of Royal Blue #566BDF
Tints of Royal Blue #566BDF
RGB
CMYK
RGB Variations
Color information
#566BDF (or 0x566BDF) is known color: Royal Blue. HEX triplet: 56, 6B and DF. RGB value is (86,107,223). Sum of RGB (Red+Green+Blue) = 86+107+223=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #566BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BDF is #A99420. Grayscale: #717171. Windows color (decimal): -11113505 or 14642006. OLE color: 14642006.
HSL color Cylindrical-coordinate representation of color #566BDF: hue angle of 230.8º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566BDF is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 107 | 223 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.13 |
| HSL | 230.8º | 0.68% | 0.61% | - |
| HSV(B) | 230.8º | 0.61% | 0.87% | - |
| XYZ | 22.41 | 17.82 | 72.07 | - |
| YUV | 113.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 223 | 0.61 | 0.52 | 0 | 0.13 | 230.8 | 0.68 | 0.61 |
| Hex | 56 | 6B | DF | 3D | 34 | 0 | D | E7 | 44 | 3D |
| Octal | 126 | 153 | 337 | 75 | 64 | 0 | 15 | 347 | 104 | 75 |
| Binary | 1010110 | 1101011 | 11011111 | 111101 | 110100 | 0 | 1101 | 11100111 | 1000100 | 111101 |
Color Harmonies of #566BDF
Complementary color
Monochromatic Colors of #566BDF
Black with #566BDF
Text Example
Text Example
White with #566BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BDF; }
p { color: rgb(86,107,223); }
H1.HeaderClassName
{
color: #566BDF;
}
.AnyTagClassName
{
color: #566BDF;
}
</style>
background-color css
<style>
a { background-color: #566BDF; }
a { background-color: rgb(86,107,223); }
div.DivClassName
{
background-color: #566BDF;
}
.BgClassName
{
background-color: #566BDF;
}
</style>
border-color css
<style>
span { border-color: #566BDF; }
span { border-color: rgb(86,107,223); }
td.TdClassName
{
border-color: #566BDF;
}
.TagClassName
{
border-color: #566BDF;
}
</style>