Shades of Royal Blue #565DDE
Tints of Royal Blue #565DDE
RGB
CMYK
RGB Variations
Color information
#565DDE (or 0x565DDE) is known color: Royal Blue. HEX triplet: 56, 5D and DE. RGB value is (86,93,222). Sum of RGB (Red+Green+Blue) = 86+93+222=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #565DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DDE is #A9A221. Grayscale: #696969. Windows color (decimal): -11117090 or 14572886. OLE color: 14572886.
HSL color Cylindrical-coordinate representation of color #565DDE: hue angle of 236.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565DDE is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 93 | 222 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.13 |
| HSL | 236.91º | 0.67% | 0.6% | - |
| HSV(B) | 236.91º | 0.61% | 0.87% | - |
| XYZ | 20.94 | 15.08 | 70.91 | - |
| YUV | 105.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 222 | 0.61 | 0.58 | 0 | 0.13 | 236.91 | 0.67 | 0.6 |
| Hex | 56 | 5D | DE | 3D | 3A | 0 | D | ED | 43 | 3C |
| Octal | 126 | 135 | 336 | 75 | 72 | 0 | 15 | 355 | 103 | 74 |
| Binary | 1010110 | 1011101 | 11011110 | 111101 | 111010 | 0 | 1101 | 11101101 | 1000011 | 111100 |
Color Harmonies of #565DDE
Complementary color
Monochromatic Colors of #565DDE
Black with #565DDE
Text Example
Text Example
White with #565DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DDE; }
p { color: rgb(86,93,222); }
H1.HeaderClassName
{
color: #565DDE;
}
.AnyTagClassName
{
color: #565DDE;
}
</style>
background-color css
<style>
a { background-color: #565DDE; }
a { background-color: rgb(86,93,222); }
div.DivClassName
{
background-color: #565DDE;
}
.BgClassName
{
background-color: #565DDE;
}
</style>
border-color css
<style>
span { border-color: #565DDE; }
span { border-color: rgb(86,93,222); }
td.TdClassName
{
border-color: #565DDE;
}
.TagClassName
{
border-color: #565DDE;
}
</style>