Shades of Royal Blue #5564DD
Tints of Royal Blue #5564DD
RGB
CMYK
RGB Variations
Color information
#5564DD (or 0x5564DD) is known color: Royal Blue. HEX triplet: 55, 64 and DD. RGB value is (85,100,221). Sum of RGB (Red+Green+Blue) = 85+100+221=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #5564DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564DD is #AA9B22. Grayscale: #6C6C6C. Windows color (decimal): -11180835 or 14509141. OLE color: 14509141.
HSL color Cylindrical-coordinate representation of color #5564DD: hue angle of 233.38º degrees, saturation: 0.67, 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 #5564DD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 100 | 221 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.13 |
| HSL | 233.38º | 0.67% | 0.6% | - |
| HSV(B) | 233.38º | 0.62% | 0.87% | - |
| XYZ | 21.35 | 16.27 | 70.42 | - |
| YUV | 109.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 221 | 0.62 | 0.55 | 0 | 0.13 | 233.38 | 0.67 | 0.6 |
| Hex | 55 | 64 | DD | 3E | 37 | 0 | D | E9 | 43 | 3C |
| Octal | 125 | 144 | 335 | 76 | 67 | 0 | 15 | 351 | 103 | 74 |
| Binary | 1010101 | 1100100 | 11011101 | 111110 | 110111 | 0 | 1101 | 11101001 | 1000011 | 111100 |
Color Harmonies of #5564DD
Complementary color
Monochromatic Colors of #5564DD
Black with #5564DD
Text Example
Text Example
White with #5564DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564DD; }
p { color: rgb(85,100,221); }
H1.HeaderClassName
{
color: #5564DD;
}
.AnyTagClassName
{
color: #5564DD;
}
</style>
background-color css
<style>
a { background-color: #5564DD; }
a { background-color: rgb(85,100,221); }
div.DivClassName
{
background-color: #5564DD;
}
.BgClassName
{
background-color: #5564DD;
}
</style>
border-color css
<style>
span { border-color: #5564DD; }
span { border-color: rgb(85,100,221); }
td.TdClassName
{
border-color: #5564DD;
}
.TagClassName
{
border-color: #5564DD;
}
</style>