Shades of Royal Blue #565DDC
Tints of Royal Blue #565DDC
RGB
CMYK
RGB Variations
Color information
#565DDC (or 0x565DDC) is known color: Royal Blue. HEX triplet: 56, 5D and DC. RGB value is (86,93,220). Sum of RGB (Red+Green+Blue) = 86+93+220=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #565DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DDC is #A9A223. Grayscale: #686868. Windows color (decimal): -11117092 or 14441814. OLE color: 14441814.
HSL color Cylindrical-coordinate representation of color #565DDC: hue angle of 236.87º 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 #565DDC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 93 | 220 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.14 |
| HSL | 236.87º | 0.66% | 0.6% | - |
| HSV(B) | 236.87º | 0.61% | 0.86% | - |
| XYZ | 20.67 | 14.97 | 69.51 | - |
| YUV | 105.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 220 | 0.61 | 0.58 | 0 | 0.14 | 236.87 | 0.66 | 0.6 |
| Hex | 56 | 5D | DC | 3D | 3A | 0 | E | ED | 42 | 3C |
| Octal | 126 | 135 | 334 | 75 | 72 | 0 | 16 | 355 | 102 | 74 |
| Binary | 1010110 | 1011101 | 11011100 | 111101 | 111010 | 0 | 1110 | 11101101 | 1000010 | 111100 |
Color Harmonies of #565DDC
Complementary color
Monochromatic Colors of #565DDC
Black with #565DDC
Text Example
Text Example
White with #565DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DDC; }
p { color: rgb(86,93,220); }
H1.HeaderClassName
{
color: #565DDC;
}
.AnyTagClassName
{
color: #565DDC;
}
</style>
background-color css
<style>
a { background-color: #565DDC; }
a { background-color: rgb(86,93,220); }
div.DivClassName
{
background-color: #565DDC;
}
.BgClassName
{
background-color: #565DDC;
}
</style>
border-color css
<style>
span { border-color: #565DDC; }
span { border-color: rgb(86,93,220); }
td.TdClassName
{
border-color: #565DDC;
}
.TagClassName
{
border-color: #565DDC;
}
</style>