Shades of Royal Blue #5565EC
Tints of Royal Blue #5565EC
RGB
CMYK
RGB Variations
Color information
#5565EC (or 0x5565EC) is known color: Royal Blue. HEX triplet: 55, 65 and EC. RGB value is (85,101,236). Sum of RGB (Red+Green+Blue) = 85+101+236=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5565EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565EC is #AA9A13. Grayscale: #6F6F6F. Windows color (decimal): -11180564 or 15492437. OLE color: 15492437.
HSL color Cylindrical-coordinate representation of color #5565EC: hue angle of 233.64º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5565EC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 101 | 236 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.07 |
| HSL | 233.64º | 0.8% | 0.63% | - |
| HSV(B) | 233.64º | 0.64% | 0.93% | - |
| XYZ | 23.54 | 17.29 | 81.45 | - |
| YUV | 111.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 236 | 0.64 | 0.57 | 0 | 0.07 | 233.64 | 0.8 | 0.63 |
| Hex | 55 | 65 | EC | 40 | 39 | 0 | 7 | EA | 50 | 3F |
| Octal | 125 | 145 | 354 | 100 | 71 | 0 | 7 | 352 | 120 | 77 |
| Binary | 1010101 | 1100101 | 11101100 | 1000000 | 111001 | 0 | 111 | 11101010 | 1010000 | 111111 |
Color Harmonies of #5565EC
Complementary color
Monochromatic Colors of #5565EC
Black with #5565EC
Text Example
Text Example
White with #5565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565EC; }
p { color: rgb(85,101,236); }
H1.HeaderClassName
{
color: #5565EC;
}
.AnyTagClassName
{
color: #5565EC;
}
</style>
background-color css
<style>
a { background-color: #5565EC; }
a { background-color: rgb(85,101,236); }
div.DivClassName
{
background-color: #5565EC;
}
.BgClassName
{
background-color: #5565EC;
}
</style>
border-color css
<style>
span { border-color: #5565EC; }
span { border-color: rgb(85,101,236); }
td.TdClassName
{
border-color: #5565EC;
}
.TagClassName
{
border-color: #5565EC;
}
</style>