Shades of Royal Blue #556EEF
Tints of Royal Blue #556EEF
RGB
CMYK
RGB Variations
Color information
#556EEF (or 0x556EEF) is known color: Royal Blue. HEX triplet: 55, 6E and EF. RGB value is (85,110,239). Sum of RGB (Red+Green+Blue) = 85+110+239=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #556EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EEF is #AA9110. Grayscale: #747474. Windows color (decimal): -11178257 or 15691349. OLE color: 15691349.
HSL color Cylindrical-coordinate representation of color #556EEF: hue angle of 230.26º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EEF is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 110 | 239 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.06 |
| HSL | 230.26º | 0.83% | 0.64% | - |
| HSV(B) | 230.26º | 0.64% | 0.94% | - |
| XYZ | 24.9 | 19.32 | 84.08 | - |
| YUV | 117.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 239 | 0.64 | 0.54 | 0 | 0.06 | 230.26 | 0.83 | 0.64 |
| Hex | 55 | 6E | EF | 40 | 36 | 0 | 6 | E6 | 53 | 40 |
| Octal | 125 | 156 | 357 | 100 | 66 | 0 | 6 | 346 | 123 | 100 |
| Binary | 1010101 | 1101110 | 11101111 | 1000000 | 110110 | 0 | 110 | 11100110 | 1010011 | 1000000 |
Color Harmonies of #556EEF
Complementary color
Monochromatic Colors of #556EEF
Black with #556EEF
Text Example
Text Example
White with #556EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EEF; }
p { color: rgb(85,110,239); }
H1.HeaderClassName
{
color: #556EEF;
}
.AnyTagClassName
{
color: #556EEF;
}
</style>
background-color css
<style>
a { background-color: #556EEF; }
a { background-color: rgb(85,110,239); }
div.DivClassName
{
background-color: #556EEF;
}
.BgClassName
{
background-color: #556EEF;
}
</style>
border-color css
<style>
span { border-color: #556EEF; }
span { border-color: rgb(85,110,239); }
td.TdClassName
{
border-color: #556EEF;
}
.TagClassName
{
border-color: #556EEF;
}
</style>