Shades of Royal Blue #556EDE
Tints of Royal Blue #556EDE
RGB
CMYK
RGB Variations
Color information
#556EDE (or 0x556EDE) is known color: Royal Blue. HEX triplet: 55, 6E and DE. RGB value is (85,110,222). Sum of RGB (Red+Green+Blue) = 85+110+222=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #556EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EDE is #AA9121. Grayscale: #727272. Windows color (decimal): -11178274 or 14577237. OLE color: 14577237.
HSL color Cylindrical-coordinate representation of color #556EDE: hue angle of 229.05º 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 #556EDE is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 110 | 222 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.13 |
| HSL | 229.05º | 0.67% | 0.6% | - |
| HSV(B) | 229.05º | 0.62% | 0.87% | - |
| XYZ | 22.51 | 18.36 | 71.46 | - |
| YUV | 115.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 222 | 0.62 | 0.50 | 0 | 0.13 | 229.05 | 0.67 | 0.6 |
| Hex | 55 | 6E | DE | 3E | 32 | 0 | D | E5 | 43 | 3C |
| Octal | 125 | 156 | 336 | 76 | 62 | 0 | 15 | 345 | 103 | 74 |
| Binary | 1010101 | 1101110 | 11011110 | 111110 | 110010 | 0 | 1101 | 11100101 | 1000011 | 111100 |
Color Harmonies of #556EDE
Complementary color
Monochromatic Colors of #556EDE
Black with #556EDE
Text Example
Text Example
White with #556EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EDE; }
p { color: rgb(85,110,222); }
H1.HeaderClassName
{
color: #556EDE;
}
.AnyTagClassName
{
color: #556EDE;
}
</style>
background-color css
<style>
a { background-color: #556EDE; }
a { background-color: rgb(85,110,222); }
div.DivClassName
{
background-color: #556EDE;
}
.BgClassName
{
background-color: #556EDE;
}
</style>
border-color css
<style>
span { border-color: #556EDE; }
span { border-color: rgb(85,110,222); }
td.TdClassName
{
border-color: #556EDE;
}
.TagClassName
{
border-color: #556EDE;
}
</style>