Shades of Royal Blue #566FDC
Tints of Royal Blue #566FDC
RGB
CMYK
RGB Variations
Color information
#566FDC (or 0x566FDC) is known color: Royal Blue. HEX triplet: 56, 6F and DC. RGB value is (86,111,220). Sum of RGB (Red+Green+Blue) = 86+111+220=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #566FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FDC is #A99023. Grayscale: #737373. Windows color (decimal): -11112484 or 14446422. OLE color: 14446422.
HSL color Cylindrical-coordinate representation of color #566FDC: hue angle of 228.81º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566FDC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 111 | 220 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.14 |
| HSL | 228.81º | 0.66% | 0.6% | - |
| HSV(B) | 228.81º | 0.61% | 0.86% | - |
| XYZ | 22.44 | 18.51 | 70.1 | - |
| YUV | 115.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 220 | 0.61 | 0.50 | 0 | 0.14 | 228.81 | 0.66 | 0.6 |
| Hex | 56 | 6F | DC | 3D | 32 | 0 | E | E5 | 42 | 3C |
| Octal | 126 | 157 | 334 | 75 | 62 | 0 | 16 | 345 | 102 | 74 |
| Binary | 1010110 | 1101111 | 11011100 | 111101 | 110010 | 0 | 1110 | 11100101 | 1000010 | 111100 |
Color Harmonies of #566FDC
Complementary color
Monochromatic Colors of #566FDC
Black with #566FDC
Text Example
Text Example
White with #566FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FDC; }
p { color: rgb(86,111,220); }
H1.HeaderClassName
{
color: #566FDC;
}
.AnyTagClassName
{
color: #566FDC;
}
</style>
background-color css
<style>
a { background-color: #566FDC; }
a { background-color: rgb(86,111,220); }
div.DivClassName
{
background-color: #566FDC;
}
.BgClassName
{
background-color: #566FDC;
}
</style>
border-color css
<style>
span { border-color: #566FDC; }
span { border-color: rgb(86,111,220); }
td.TdClassName
{
border-color: #566FDC;
}
.TagClassName
{
border-color: #566FDC;
}
</style>