Shades of Royal Blue #556CEF
Tints of Royal Blue #556CEF
RGB
CMYK
RGB Variations
Color information
#556CEF (or 0x556CEF) is known color: Royal Blue. HEX triplet: 55, 6C and EF. RGB value is (85,108,239). Sum of RGB (Red+Green+Blue) = 85+108+239=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #556CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CEF is #AA9310. Grayscale: #737373. Windows color (decimal): -11178769 or 15690837. OLE color: 15690837.
HSL color Cylindrical-coordinate representation of color #556CEF: hue angle of 231.04º 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 #556CEF is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 108 | 239 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.06 |
| HSL | 231.04º | 0.83% | 0.64% | - |
| HSV(B) | 231.04º | 0.64% | 0.94% | - |
| XYZ | 24.69 | 18.89 | 84.01 | - |
| YUV | 116.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 239 | 0.64 | 0.55 | 0 | 0.06 | 231.04 | 0.83 | 0.64 |
| Hex | 55 | 6C | EF | 40 | 37 | 0 | 6 | E7 | 53 | 40 |
| Octal | 125 | 154 | 357 | 100 | 67 | 0 | 6 | 347 | 123 | 100 |
| Binary | 1010101 | 1101100 | 11101111 | 1000000 | 110111 | 0 | 110 | 11100111 | 1010011 | 1000000 |
Color Harmonies of #556CEF
Complementary color
Monochromatic Colors of #556CEF
Black with #556CEF
Text Example
Text Example
White with #556CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CEF; }
p { color: rgb(85,108,239); }
H1.HeaderClassName
{
color: #556CEF;
}
.AnyTagClassName
{
color: #556CEF;
}
</style>
background-color css
<style>
a { background-color: #556CEF; }
a { background-color: rgb(85,108,239); }
div.DivClassName
{
background-color: #556CEF;
}
.BgClassName
{
background-color: #556CEF;
}
</style>
border-color css
<style>
span { border-color: #556CEF; }
span { border-color: rgb(85,108,239); }
td.TdClassName
{
border-color: #556CEF;
}
.TagClassName
{
border-color: #556CEF;
}
</style>