Shades of Royal Blue #5564DF
Tints of Royal Blue #5564DF
RGB
CMYK
RGB Variations
Color information
#5564DF (or 0x5564DF) is known color: Royal Blue. HEX triplet: 55, 64 and DF. RGB value is (85,100,223). Sum of RGB (Red+Green+Blue) = 85+100+223=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #5564DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564DF is #AA9B20. Grayscale: #6D6D6D. Windows color (decimal): -11180833 or 14640213. OLE color: 14640213.
HSL color Cylindrical-coordinate representation of color #5564DF: hue angle of 233.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5564DF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 100 | 223 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.13 |
| HSL | 233.48º | 0.68% | 0.6% | - |
| HSV(B) | 233.48º | 0.62% | 0.87% | - |
| XYZ | 21.62 | 16.37 | 71.83 | - |
| YUV | 109.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 223 | 0.62 | 0.55 | 0 | 0.13 | 233.48 | 0.68 | 0.6 |
| Hex | 55 | 64 | DF | 3E | 37 | 0 | D | E9 | 44 | 3C |
| Octal | 125 | 144 | 337 | 76 | 67 | 0 | 15 | 351 | 104 | 74 |
| Binary | 1010101 | 1100100 | 11011111 | 111110 | 110111 | 0 | 1101 | 11101001 | 1000100 | 111100 |
Color Harmonies of #5564DF
Complementary color
Monochromatic Colors of #5564DF
Black with #5564DF
Text Example
Text Example
White with #5564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564DF; }
p { color: rgb(85,100,223); }
H1.HeaderClassName
{
color: #5564DF;
}
.AnyTagClassName
{
color: #5564DF;
}
</style>
background-color css
<style>
a { background-color: #5564DF; }
a { background-color: rgb(85,100,223); }
div.DivClassName
{
background-color: #5564DF;
}
.BgClassName
{
background-color: #5564DF;
}
</style>
border-color css
<style>
span { border-color: #5564DF; }
span { border-color: rgb(85,100,223); }
td.TdClassName
{
border-color: #5564DF;
}
.TagClassName
{
border-color: #5564DF;
}
</style>