Shades of Royal Blue #556CDD
Tints of Royal Blue #556CDD
RGB
CMYK
RGB Variations
Color information
#556CDD (or 0x556CDD) is known color: Royal Blue. HEX triplet: 55, 6C and DD. RGB value is (85,108,221). Sum of RGB (Red+Green+Blue) = 85+108+221=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #556CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CDD is #AA9322. Grayscale: #717171. Windows color (decimal): -11178787 or 14511189. OLE color: 14511189.
HSL color Cylindrical-coordinate representation of color #556CDD: hue angle of 229.85º 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 #556CDD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 108 | 221 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.13 |
| HSL | 229.85º | 0.67% | 0.6% | - |
| HSV(B) | 229.85º | 0.62% | 0.87% | - |
| XYZ | 22.16 | 17.88 | 70.69 | - |
| YUV | 114.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 221 | 0.62 | 0.51 | 0 | 0.13 | 229.85 | 0.67 | 0.6 |
| Hex | 55 | 6C | DD | 3E | 33 | 0 | D | E6 | 43 | 3C |
| Octal | 125 | 154 | 335 | 76 | 63 | 0 | 15 | 346 | 103 | 74 |
| Binary | 1010101 | 1101100 | 11011101 | 111110 | 110011 | 0 | 1101 | 11100110 | 1000011 | 111100 |
Color Harmonies of #556CDD
Complementary color
Monochromatic Colors of #556CDD
Black with #556CDD
Text Example
Text Example
White with #556CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CDD; }
p { color: rgb(85,108,221); }
H1.HeaderClassName
{
color: #556CDD;
}
.AnyTagClassName
{
color: #556CDD;
}
</style>
background-color css
<style>
a { background-color: #556CDD; }
a { background-color: rgb(85,108,221); }
div.DivClassName
{
background-color: #556CDD;
}
.BgClassName
{
background-color: #556CDD;
}
</style>
border-color css
<style>
span { border-color: #556CDD; }
span { border-color: rgb(85,108,221); }
td.TdClassName
{
border-color: #556CDD;
}
.TagClassName
{
border-color: #556CDD;
}
</style>