Shades of Royal Blue #5573DB
Tints of Royal Blue #5573DB
RGB
CMYK
RGB Variations
Color information
#5573DB (or 0x5573DB) is known color: Royal Blue. HEX triplet: 55, 73 and DB. RGB value is (85,115,219). Sum of RGB (Red+Green+Blue) = 85+115+219=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5573DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573DB is #AA8C24. Grayscale: #757575. Windows color (decimal): -11176997 or 14381909. OLE color: 14381909.
HSL color Cylindrical-coordinate representation of color #5573DB: hue angle of 226.57º 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 #5573DB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 115 | 219 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.14 |
| HSL | 226.57º | 0.65% | 0.6% | - |
| HSV(B) | 226.57º | 0.61% | 0.86% | - |
| XYZ | 22.66 | 19.31 | 69.55 | - |
| YUV | 117.89 | 185.06 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 219 | 0.61 | 0.47 | 0 | 0.14 | 226.57 | 0.65 | 0.6 |
| Hex | 55 | 73 | DB | 3D | 2F | 0 | E | E3 | 41 | 3C |
| Octal | 125 | 163 | 333 | 75 | 57 | 0 | 16 | 343 | 101 | 74 |
| Binary | 1010101 | 1110011 | 11011011 | 111101 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111100 |
Color Harmonies of #5573DB
Complementary color
Monochromatic Colors of #5573DB
Black with #5573DB
Text Example
Text Example
White with #5573DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573DB; }
p { color: rgb(85,115,219); }
H1.HeaderClassName
{
color: #5573DB;
}
.AnyTagClassName
{
color: #5573DB;
}
</style>
background-color css
<style>
a { background-color: #5573DB; }
a { background-color: rgb(85,115,219); }
div.DivClassName
{
background-color: #5573DB;
}
.BgClassName
{
background-color: #5573DB;
}
</style>
border-color css
<style>
span { border-color: #5573DB; }
span { border-color: rgb(85,115,219); }
td.TdClassName
{
border-color: #5573DB;
}
.TagClassName
{
border-color: #5573DB;
}
</style>