Shades of Royal Blue #5566DB
Tints of Royal Blue #5566DB
RGB
CMYK
RGB Variations
Color information
#5566DB (or 0x5566DB) is known color: Royal Blue. HEX triplet: 55, 66 and DB. RGB value is (85,102,219). Sum of RGB (Red+Green+Blue) = 85+102+219=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5566DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566DB is #AA9924. Grayscale: #6D6D6D. Windows color (decimal): -11180325 or 14378581. OLE color: 14378581.
HSL color Cylindrical-coordinate representation of color #5566DB: hue angle of 232.39º 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 #5566DB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 102 | 219 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.14 |
| HSL | 232.39º | 0.65% | 0.6% | - |
| HSV(B) | 232.39º | 0.61% | 0.86% | - |
| XYZ | 21.28 | 16.55 | 69.09 | - |
| YUV | 110.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 219 | 0.61 | 0.53 | 0 | 0.14 | 232.39 | 0.65 | 0.6 |
| Hex | 55 | 66 | DB | 3D | 35 | 0 | E | E8 | 41 | 3C |
| Octal | 125 | 146 | 333 | 75 | 65 | 0 | 16 | 350 | 101 | 74 |
| Binary | 1010101 | 1100110 | 11011011 | 111101 | 110101 | 0 | 1110 | 11101000 | 1000001 | 111100 |
Color Harmonies of #5566DB
Complementary color
Monochromatic Colors of #5566DB
Black with #5566DB
Text Example
Text Example
White with #5566DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566DB; }
p { color: rgb(85,102,219); }
H1.HeaderClassName
{
color: #5566DB;
}
.AnyTagClassName
{
color: #5566DB;
}
</style>
background-color css
<style>
a { background-color: #5566DB; }
a { background-color: rgb(85,102,219); }
div.DivClassName
{
background-color: #5566DB;
}
.BgClassName
{
background-color: #5566DB;
}
</style>
border-color css
<style>
span { border-color: #5566DB; }
span { border-color: rgb(85,102,219); }
td.TdClassName
{
border-color: #5566DB;
}
.TagClassName
{
border-color: #5566DB;
}
</style>