Shades of Royal Blue #556EE0
Tints of Royal Blue #556EE0
RGB
CMYK
RGB Variations
Color information
#556EE0 (or 0x556EE0) is known color: Royal Blue. HEX triplet: 55, 6E and E0. RGB value is (85,110,224). Sum of RGB (Red+Green+Blue) = 85+110+224=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #556EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EE0 is #AA911F. Grayscale: #737373. Windows color (decimal): -11178272 or 14708309. OLE color: 14708309.
HSL color Cylindrical-coordinate representation of color #556EE0: hue angle of 229.21º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556EE0 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 110 | 224 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.12 |
| HSL | 229.21º | 0.69% | 0.61% | - |
| HSV(B) | 229.21º | 0.62% | 0.88% | - |
| XYZ | 22.78 | 18.46 | 72.88 | - |
| YUV | 115.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 224 | 0.62 | 0.51 | 0 | 0.12 | 229.21 | 0.69 | 0.61 |
| Hex | 55 | 6E | E0 | 3E | 33 | 0 | C | E5 | 45 | 3D |
| Octal | 125 | 156 | 340 | 76 | 63 | 0 | 14 | 345 | 105 | 75 |
| Binary | 1010101 | 1101110 | 11100000 | 111110 | 110011 | 0 | 1100 | 11100101 | 1000101 | 111101 |
Color Harmonies of #556EE0
Complementary color
Monochromatic Colors of #556EE0
Black with #556EE0
Text Example
Text Example
White with #556EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EE0; }
p { color: rgb(85,110,224); }
H1.HeaderClassName
{
color: #556EE0;
}
.AnyTagClassName
{
color: #556EE0;
}
</style>
background-color css
<style>
a { background-color: #556EE0; }
a { background-color: rgb(85,110,224); }
div.DivClassName
{
background-color: #556EE0;
}
.BgClassName
{
background-color: #556EE0;
}
</style>
border-color css
<style>
span { border-color: #556EE0; }
span { border-color: rgb(85,110,224); }
td.TdClassName
{
border-color: #556EE0;
}
.TagClassName
{
border-color: #556EE0;
}
</style>