Shades of Royal Blue #556DED
Tints of Royal Blue #556DED
RGB
CMYK
RGB Variations
Color information
#556DED (or 0x556DED) is known color: Royal Blue. HEX triplet: 55, 6D and ED. RGB value is (85,109,237). Sum of RGB (Red+Green+Blue) = 85+109+237=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #556DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DED is #AA9212. Grayscale: #737373. Windows color (decimal): -11178515 or 15560021. OLE color: 15560021.
HSL color Cylindrical-coordinate representation of color #556DED: hue angle of 230.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556DED is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 109 | 237 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.07 |
| HSL | 230.53º | 0.81% | 0.63% | - |
| HSV(B) | 230.53º | 0.64% | 0.93% | - |
| XYZ | 24.5 | 18.98 | 82.49 | - |
| YUV | 116.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 237 | 0.64 | 0.54 | 0 | 0.07 | 230.53 | 0.81 | 0.63 |
| Hex | 55 | 6D | ED | 40 | 36 | 0 | 7 | E7 | 51 | 3F |
| Octal | 125 | 155 | 355 | 100 | 66 | 0 | 7 | 347 | 121 | 77 |
| Binary | 1010101 | 1101101 | 11101101 | 1000000 | 110110 | 0 | 111 | 11100111 | 1010001 | 111111 |
Color Harmonies of #556DED
Complementary color
Monochromatic Colors of #556DED
Black with #556DED
Text Example
Text Example
White with #556DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DED; }
p { color: rgb(85,109,237); }
H1.HeaderClassName
{
color: #556DED;
}
.AnyTagClassName
{
color: #556DED;
}
</style>
background-color css
<style>
a { background-color: #556DED; }
a { background-color: rgb(85,109,237); }
div.DivClassName
{
background-color: #556DED;
}
.BgClassName
{
background-color: #556DED;
}
</style>
border-color css
<style>
span { border-color: #556DED; }
span { border-color: rgb(85,109,237); }
td.TdClassName
{
border-color: #556DED;
}
.TagClassName
{
border-color: #556DED;
}
</style>