Shades of Royal Blue #556DD5
Tints of Royal Blue #556DD5
RGB
CMYK
RGB Variations
Color information
#556DD5 (or 0x556DD5) is known color: Royal Blue. HEX triplet: 55, 6D and D5. RGB value is (85,109,213). Sum of RGB (Red+Green+Blue) = 85+109+213=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #556DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DD5 is #AA922A. Grayscale: #717171. Windows color (decimal): -11178539 or 13987157. OLE color: 13987157.
HSL color Cylindrical-coordinate representation of color #556DD5: hue angle of 228.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556DD5 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 109 | 213 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.16 |
| HSL | 228.75º | 0.6% | 0.58% | - |
| HSV(B) | 228.75º | 0.6% | 0.84% | - |
| XYZ | 21.23 | 17.67 | 65.24 | - |
| YUV | 113.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 213 | 0.60 | 0.49 | 0 | 0.16 | 228.75 | 0.6 | 0.58 |
| Hex | 55 | 6D | D5 | 3C | 31 | 0 | 10 | E5 | 3C | 3A |
| Octal | 125 | 155 | 325 | 74 | 61 | 0 | 20 | 345 | 74 | 72 |
| Binary | 1010101 | 1101101 | 11010101 | 111100 | 110001 | 0 | 10000 | 11100101 | 111100 | 111010 |
Color Harmonies of #556DD5
Complementary color
Monochromatic Colors of #556DD5
Black with #556DD5
Text Example
Text Example
White with #556DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DD5; }
p { color: rgb(85,109,213); }
H1.HeaderClassName
{
color: #556DD5;
}
.AnyTagClassName
{
color: #556DD5;
}
</style>
background-color css
<style>
a { background-color: #556DD5; }
a { background-color: rgb(85,109,213); }
div.DivClassName
{
background-color: #556DD5;
}
.BgClassName
{
background-color: #556DD5;
}
</style>
border-color css
<style>
span { border-color: #556DD5; }
span { border-color: rgb(85,109,213); }
td.TdClassName
{
border-color: #556DD5;
}
.TagClassName
{
border-color: #556DD5;
}
</style>