Shades of Royal Blue #556EED
Tints of Royal Blue #556EED
RGB
CMYK
RGB Variations
Color information
#556EED (or 0x556EED) is known color: Royal Blue. HEX triplet: 55, 6E and ED. RGB value is (85,110,237). Sum of RGB (Red+Green+Blue) = 85+110+237=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #556EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EED is #AA9112. Grayscale: #747474. Windows color (decimal): -11178259 or 15560277. OLE color: 15560277.
HSL color Cylindrical-coordinate representation of color #556EED: hue angle of 230.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EED is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 110 | 237 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.07 |
| HSL | 230.13º | 0.81% | 0.63% | - |
| HSV(B) | 230.13º | 0.64% | 0.93% | - |
| XYZ | 24.61 | 19.2 | 82.53 | - |
| YUV | 117 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 237 | 0.64 | 0.54 | 0 | 0.07 | 230.13 | 0.81 | 0.63 |
| Hex | 55 | 6E | ED | 40 | 36 | 0 | 7 | E6 | 51 | 3F |
| Octal | 125 | 156 | 355 | 100 | 66 | 0 | 7 | 346 | 121 | 77 |
| Binary | 1010101 | 1101110 | 11101101 | 1000000 | 110110 | 0 | 111 | 11100110 | 1010001 | 111111 |
Color Harmonies of #556EED
Complementary color
Monochromatic Colors of #556EED
Black with #556EED
Text Example
Text Example
White with #556EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EED; }
p { color: rgb(85,110,237); }
H1.HeaderClassName
{
color: #556EED;
}
.AnyTagClassName
{
color: #556EED;
}
</style>
background-color css
<style>
a { background-color: #556EED; }
a { background-color: rgb(85,110,237); }
div.DivClassName
{
background-color: #556EED;
}
.BgClassName
{
background-color: #556EED;
}
</style>
border-color css
<style>
span { border-color: #556EED; }
span { border-color: rgb(85,110,237); }
td.TdClassName
{
border-color: #556EED;
}
.TagClassName
{
border-color: #556EED;
}
</style>