Shades of Royal Blue #565FDE
Tints of Royal Blue #565FDE
RGB
CMYK
RGB Variations
Color information
#565FDE (or 0x565FDE) is known color: Royal Blue. HEX triplet: 56, 5F and DE. RGB value is (86,95,222). Sum of RGB (Red+Green+Blue) = 86+95+222=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #565FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FDE is #A9A021. Grayscale: #6A6A6A. Windows color (decimal): -11116578 or 14573398. OLE color: 14573398.
HSL color Cylindrical-coordinate representation of color #565FDE: hue angle of 236.03º 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 #565FDE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 95 | 222 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.13 |
| HSL | 236.03º | 0.67% | 0.6% | - |
| HSV(B) | 236.03º | 0.61% | 0.87% | - |
| XYZ | 21.11 | 15.44 | 70.97 | - |
| YUV | 106.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 222 | 0.61 | 0.57 | 0 | 0.13 | 236.03 | 0.67 | 0.6 |
| Hex | 56 | 5F | DE | 3D | 39 | 0 | D | EC | 43 | 3C |
| Octal | 126 | 137 | 336 | 75 | 71 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010110 | 1011111 | 11011110 | 111101 | 111001 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #565FDE
Complementary color
Monochromatic Colors of #565FDE
Black with #565FDE
Text Example
Text Example
White with #565FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FDE; }
p { color: rgb(86,95,222); }
H1.HeaderClassName
{
color: #565FDE;
}
.AnyTagClassName
{
color: #565FDE;
}
</style>
background-color css
<style>
a { background-color: #565FDE; }
a { background-color: rgb(86,95,222); }
div.DivClassName
{
background-color: #565FDE;
}
.BgClassName
{
background-color: #565FDE;
}
</style>
border-color css
<style>
span { border-color: #565FDE; }
span { border-color: rgb(86,95,222); }
td.TdClassName
{
border-color: #565FDE;
}
.TagClassName
{
border-color: #565FDE;
}
</style>