Shades of Royal Blue #5773DB
Tints of Royal Blue #5773DB
RGB
CMYK
RGB Variations
Color information
#5773DB (or 0x5773DB) is known color: Royal Blue. HEX triplet: 57, 73 and DB. RGB value is (87,115,219). Sum of RGB (Red+Green+Blue) = 87+115+219=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5773DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773DB is #A88C24. Grayscale: #767676. Windows color (decimal): -11045925 or 14381911. OLE color: 14381911.
HSL color Cylindrical-coordinate representation of color #5773DB: hue angle of 227.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5773DB is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 115 | 219 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.14 |
| HSL | 227.27º | 0.65% | 0.6% | - |
| HSV(B) | 227.27º | 0.6% | 0.86% | - |
| XYZ | 22.85 | 19.4 | 69.56 | - |
| YUV | 118.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 219 | 0.60 | 0.47 | 0 | 0.14 | 227.27 | 0.65 | 0.6 |
| Hex | 57 | 73 | DB | 3C | 2F | 0 | E | E3 | 41 | 3C |
| Octal | 127 | 163 | 333 | 74 | 57 | 0 | 16 | 343 | 101 | 74 |
| Binary | 1010111 | 1110011 | 11011011 | 111100 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111100 |
Color Harmonies of #5773DB
Complementary color
Monochromatic Colors of #5773DB
Black with #5773DB
Text Example
Text Example
White with #5773DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773DB; }
p { color: rgb(87,115,219); }
H1.HeaderClassName
{
color: #5773DB;
}
.AnyTagClassName
{
color: #5773DB;
}
</style>
background-color css
<style>
a { background-color: #5773DB; }
a { background-color: rgb(87,115,219); }
div.DivClassName
{
background-color: #5773DB;
}
.BgClassName
{
background-color: #5773DB;
}
</style>
border-color css
<style>
span { border-color: #5773DB; }
span { border-color: rgb(87,115,219); }
td.TdClassName
{
border-color: #5773DB;
}
.TagClassName
{
border-color: #5773DB;
}
</style>