Shades of Royal Blue #556ECE
Tints of Royal Blue #556ECE
RGB
CMYK
RGB Variations
Color information
#556ECE (or 0x556ECE) is known color: Royal Blue. HEX triplet: 55, 6E and CE. RGB value is (85,110,206). Sum of RGB (Red+Green+Blue) = 85+110+206=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #556ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECE is #AA9131. Grayscale: #717171. Windows color (decimal): -11178290 or 13528661. OLE color: 13528661.
HSL color Cylindrical-coordinate representation of color #556ECE: hue angle of 227.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556ECE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 110 | 206 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.19 |
| HSL | 227.6º | 0.55% | 0.57% | - |
| HSV(B) | 227.6º | 0.59% | 0.81% | - |
| XYZ | 20.46 | 17.54 | 60.7 | - |
| YUV | 113.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 206 | 0.59 | 0.47 | 0 | 0.19 | 227.6 | 0.55 | 0.57 |
| Hex | 55 | 6E | CE | 3B | 2F | 0 | 13 | E4 | 37 | 39 |
| Octal | 125 | 156 | 316 | 73 | 57 | 0 | 23 | 344 | 67 | 71 |
| Binary | 1010101 | 1101110 | 11001110 | 111011 | 101111 | 0 | 10011 | 11100100 | 110111 | 111001 |
Color Harmonies of #556ECE
Complementary color
Monochromatic Colors of #556ECE
Black with #556ECE
Text Example
Text Example
White with #556ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556ECE; }
p { color: rgb(85,110,206); }
H1.HeaderClassName
{
color: #556ECE;
}
.AnyTagClassName
{
color: #556ECE;
}
</style>
background-color css
<style>
a { background-color: #556ECE; }
a { background-color: rgb(85,110,206); }
div.DivClassName
{
background-color: #556ECE;
}
.BgClassName
{
background-color: #556ECE;
}
</style>
border-color css
<style>
span { border-color: #556ECE; }
span { border-color: rgb(85,110,206); }
td.TdClassName
{
border-color: #556ECE;
}
.TagClassName
{
border-color: #556ECE;
}
</style>