Shades of Royal Blue #556DDB
Tints of Royal Blue #556DDB
RGB
CMYK
RGB Variations
Color information
#556DDB (or 0x556DDB) is known color: Royal Blue. HEX triplet: 55, 6D and DB. RGB value is (85,109,219). Sum of RGB (Red+Green+Blue) = 85+109+219=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #556DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DDB is #AA9224. Grayscale: #717171. Windows color (decimal): -11178533 or 14380373. OLE color: 14380373.
HSL color Cylindrical-coordinate representation of color #556DDB: hue angle of 229.25º 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 #556DDB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 109 | 219 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.14 |
| HSL | 229.25º | 0.65% | 0.6% | - |
| HSV(B) | 229.25º | 0.61% | 0.86% | - |
| XYZ | 22 | 17.98 | 69.33 | - |
| YUV | 114.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 219 | 0.61 | 0.50 | 0 | 0.14 | 229.25 | 0.65 | 0.6 |
| Hex | 55 | 6D | DB | 3D | 32 | 0 | E | E5 | 41 | 3C |
| Octal | 125 | 155 | 333 | 75 | 62 | 0 | 16 | 345 | 101 | 74 |
| Binary | 1010101 | 1101101 | 11011011 | 111101 | 110010 | 0 | 1110 | 11100101 | 1000001 | 111100 |
Color Harmonies of #556DDB
Complementary color
Monochromatic Colors of #556DDB
Black with #556DDB
Text Example
Text Example
White with #556DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DDB; }
p { color: rgb(85,109,219); }
H1.HeaderClassName
{
color: #556DDB;
}
.AnyTagClassName
{
color: #556DDB;
}
</style>
background-color css
<style>
a { background-color: #556DDB; }
a { background-color: rgb(85,109,219); }
div.DivClassName
{
background-color: #556DDB;
}
.BgClassName
{
background-color: #556DDB;
}
</style>
border-color css
<style>
span { border-color: #556DDB; }
span { border-color: rgb(85,109,219); }
td.TdClassName
{
border-color: #556DDB;
}
.TagClassName
{
border-color: #556DDB;
}
</style>