Shades of Royal Blue #556AD5
Tints of Royal Blue #556AD5
RGB
CMYK
RGB Variations
Color information
#556AD5 (or 0x556AD5) is known color: Royal Blue. HEX triplet: 55, 6A and D5. RGB value is (85,106,213). Sum of RGB (Red+Green+Blue) = 85+106+213=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #556AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AD5 is #AA952A. Grayscale: #6F6F6F. Windows color (decimal): -11179307 or 13986389. OLE color: 13986389.
HSL color Cylindrical-coordinate representation of color #556AD5: hue angle of 230.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556AD5 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 106 | 213 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.16 |
| HSL | 230.16º | 0.6% | 0.58% | - |
| HSV(B) | 230.16º | 0.6% | 0.84% | - |
| XYZ | 20.91 | 17.04 | 65.14 | - |
| YUV | 111.92 | 185.04 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 213 | 0.60 | 0.50 | 0 | 0.16 | 230.16 | 0.6 | 0.58 |
| Hex | 55 | 6A | D5 | 3C | 32 | 0 | 10 | E6 | 3C | 3A |
| Octal | 125 | 152 | 325 | 74 | 62 | 0 | 20 | 346 | 74 | 72 |
| Binary | 1010101 | 1101010 | 11010101 | 111100 | 110010 | 0 | 10000 | 11100110 | 111100 | 111010 |
Color Harmonies of #556AD5
Complementary color
Monochromatic Colors of #556AD5
Black with #556AD5
Text Example
Text Example
White with #556AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556AD5; }
p { color: rgb(85,106,213); }
H1.HeaderClassName
{
color: #556AD5;
}
.AnyTagClassName
{
color: #556AD5;
}
</style>
background-color css
<style>
a { background-color: #556AD5; }
a { background-color: rgb(85,106,213); }
div.DivClassName
{
background-color: #556AD5;
}
.BgClassName
{
background-color: #556AD5;
}
</style>
border-color css
<style>
span { border-color: #556AD5; }
span { border-color: rgb(85,106,213); }
td.TdClassName
{
border-color: #556AD5;
}
.TagClassName
{
border-color: #556AD5;
}
</style>