Shades of Royal Blue #555FDB
Tints of Royal Blue #555FDB
RGB
CMYK
RGB Variations
Color information
#555FDB (or 0x555FDB) is known color: Royal Blue. HEX triplet: 55, 5F and DB. RGB value is (85,95,219). Sum of RGB (Red+Green+Blue) = 85+95+219=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #555FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FDB is #AAA024. Grayscale: #696969. Windows color (decimal): -11182117 or 14376789. OLE color: 14376789.
HSL color Cylindrical-coordinate representation of color #555FDB: hue angle of 235.52º 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 #555FDB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 95 | 219 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.14 |
| HSL | 235.52º | 0.65% | 0.6% | - |
| HSV(B) | 235.52º | 0.61% | 0.86% | - |
| XYZ | 20.62 | 15.23 | 68.87 | - |
| YUV | 106.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 219 | 0.61 | 0.57 | 0 | 0.14 | 235.52 | 0.65 | 0.6 |
| Hex | 55 | 5F | DB | 3D | 39 | 0 | E | EC | 41 | 3C |
| Octal | 125 | 137 | 333 | 75 | 71 | 0 | 16 | 354 | 101 | 74 |
| Binary | 1010101 | 1011111 | 11011011 | 111101 | 111001 | 0 | 1110 | 11101100 | 1000001 | 111100 |
Color Harmonies of #555FDB
Complementary color
Monochromatic Colors of #555FDB
Black with #555FDB
Text Example
Text Example
White with #555FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FDB; }
p { color: rgb(85,95,219); }
H1.HeaderClassName
{
color: #555FDB;
}
.AnyTagClassName
{
color: #555FDB;
}
</style>
background-color css
<style>
a { background-color: #555FDB; }
a { background-color: rgb(85,95,219); }
div.DivClassName
{
background-color: #555FDB;
}
.BgClassName
{
background-color: #555FDB;
}
</style>
border-color css
<style>
span { border-color: #555FDB; }
span { border-color: rgb(85,95,219); }
td.TdClassName
{
border-color: #555FDB;
}
.TagClassName
{
border-color: #555FDB;
}
</style>