Shades of Royal Blue #556EDD
Tints of Royal Blue #556EDD
RGB
CMYK
RGB Variations
Color information
#556EDD (or 0x556EDD) is known color: Royal Blue. HEX triplet: 55, 6E and DD. RGB value is (85,110,221). Sum of RGB (Red+Green+Blue) = 85+110+221=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #556EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EDD is #AA9122. Grayscale: #727272. Windows color (decimal): -11178275 or 14511701. OLE color: 14511701.
HSL color Cylindrical-coordinate representation of color #556EDD: hue angle of 228.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556EDD is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 110 | 221 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.13 |
| HSL | 228.97º | 0.67% | 0.6% | - |
| HSV(B) | 228.97º | 0.62% | 0.87% | - |
| XYZ | 22.37 | 18.3 | 70.76 | - |
| YUV | 115.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 221 | 0.62 | 0.50 | 0 | 0.13 | 228.97 | 0.67 | 0.6 |
| Hex | 55 | 6E | DD | 3E | 32 | 0 | D | E5 | 43 | 3C |
| Octal | 125 | 156 | 335 | 76 | 62 | 0 | 15 | 345 | 103 | 74 |
| Binary | 1010101 | 1101110 | 11011101 | 111110 | 110010 | 0 | 1101 | 11100101 | 1000011 | 111100 |
Color Harmonies of #556EDD
Complementary color
Monochromatic Colors of #556EDD
Black with #556EDD
Text Example
Text Example
White with #556EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EDD; }
p { color: rgb(85,110,221); }
H1.HeaderClassName
{
color: #556EDD;
}
.AnyTagClassName
{
color: #556EDD;
}
</style>
background-color css
<style>
a { background-color: #556EDD; }
a { background-color: rgb(85,110,221); }
div.DivClassName
{
background-color: #556EDD;
}
.BgClassName
{
background-color: #556EDD;
}
</style>
border-color css
<style>
span { border-color: #556EDD; }
span { border-color: rgb(85,110,221); }
td.TdClassName
{
border-color: #556EDD;
}
.TagClassName
{
border-color: #556EDD;
}
</style>