Shades of Royal Blue #556DDC
Tints of Royal Blue #556DDC
RGB
CMYK
RGB Variations
Color information
#556DDC (or 0x556DDC) is known color: Royal Blue. HEX triplet: 55, 6D and DC. RGB value is (85,109,220). Sum of RGB (Red+Green+Blue) = 85+109+220=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #556DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DDC is #AA9223. Grayscale: #727272. Windows color (decimal): -11178532 or 14445909. OLE color: 14445909.
HSL color Cylindrical-coordinate representation of color #556DDC: hue angle of 229.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556DDC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 109 | 220 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.14 |
| HSL | 229.33º | 0.66% | 0.6% | - |
| HSV(B) | 229.33º | 0.61% | 0.86% | - |
| XYZ | 22.13 | 18.04 | 70.02 | - |
| YUV | 114.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 220 | 0.61 | 0.50 | 0 | 0.14 | 229.33 | 0.66 | 0.6 |
| Hex | 55 | 6D | DC | 3D | 32 | 0 | E | E5 | 42 | 3C |
| Octal | 125 | 155 | 334 | 75 | 62 | 0 | 16 | 345 | 102 | 74 |
| Binary | 1010101 | 1101101 | 11011100 | 111101 | 110010 | 0 | 1110 | 11100101 | 1000010 | 111100 |
Color Harmonies of #556DDC
Complementary color
Monochromatic Colors of #556DDC
Black with #556DDC
Text Example
Text Example
White with #556DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DDC; }
p { color: rgb(85,109,220); }
H1.HeaderClassName
{
color: #556DDC;
}
.AnyTagClassName
{
color: #556DDC;
}
</style>
background-color css
<style>
a { background-color: #556DDC; }
a { background-color: rgb(85,109,220); }
div.DivClassName
{
background-color: #556DDC;
}
.BgClassName
{
background-color: #556DDC;
}
</style>
border-color css
<style>
span { border-color: #556DDC; }
span { border-color: rgb(85,109,220); }
td.TdClassName
{
border-color: #556DDC;
}
.TagClassName
{
border-color: #556DDC;
}
</style>