Shades of Royal Blue #5564DB
Tints of Royal Blue #5564DB
RGB
CMYK
RGB Variations
Color information
#5564DB (or 0x5564DB) is known color: Royal Blue. HEX triplet: 55, 64 and DB. RGB value is (85,100,219). Sum of RGB (Red+Green+Blue) = 85+100+219=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #5564DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564DB is #AA9B24. Grayscale: #6C6C6C. Windows color (decimal): -11180837 or 14378069. OLE color: 14378069.
HSL color Cylindrical-coordinate representation of color #5564DB: hue angle of 233.28º degrees, saturation: 0.65, 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 #5564DB is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 100 | 219 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.14 |
| HSL | 233.28º | 0.65% | 0.6% | - |
| HSV(B) | 233.28º | 0.61% | 0.86% | - |
| XYZ | 21.09 | 16.16 | 69.03 | - |
| YUV | 109.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 219 | 0.61 | 0.54 | 0 | 0.14 | 233.28 | 0.65 | 0.6 |
| Hex | 55 | 64 | DB | 3D | 36 | 0 | E | E9 | 41 | 3C |
| Octal | 125 | 144 | 333 | 75 | 66 | 0 | 16 | 351 | 101 | 74 |
| Binary | 1010101 | 1100100 | 11011011 | 111101 | 110110 | 0 | 1110 | 11101001 | 1000001 | 111100 |
Color Harmonies of #5564DB
Complementary color
Monochromatic Colors of #5564DB
Black with #5564DB
Text Example
Text Example
White with #5564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564DB; }
p { color: rgb(85,100,219); }
H1.HeaderClassName
{
color: #5564DB;
}
.AnyTagClassName
{
color: #5564DB;
}
</style>
background-color css
<style>
a { background-color: #5564DB; }
a { background-color: rgb(85,100,219); }
div.DivClassName
{
background-color: #5564DB;
}
.BgClassName
{
background-color: #5564DB;
}
</style>
border-color css
<style>
span { border-color: #5564DB; }
span { border-color: rgb(85,100,219); }
td.TdClassName
{
border-color: #5564DB;
}
.TagClassName
{
border-color: #5564DB;
}
</style>