Shades of Royal Blue #556BDD
Tints of Royal Blue #556BDD
RGB
CMYK
RGB Variations
Color information
#556BDD (or 0x556BDD) is known color: Royal Blue. HEX triplet: 55, 6B and DD. RGB value is (85,107,221). Sum of RGB (Red+Green+Blue) = 85+107+221=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #556BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BDD is #AA9422. Grayscale: #707070. Windows color (decimal): -11179043 or 14510933. OLE color: 14510933.
HSL color Cylindrical-coordinate representation of color #556BDD: hue angle of 230.29º 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 #556BDD is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 107 | 221 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.13 |
| HSL | 230.29º | 0.67% | 0.6% | - |
| HSV(B) | 230.29º | 0.62% | 0.87% | - |
| XYZ | 22.06 | 17.67 | 70.65 | - |
| YUV | 113.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 221 | 0.62 | 0.52 | 0 | 0.13 | 230.29 | 0.67 | 0.6 |
| Hex | 55 | 6B | DD | 3E | 34 | 0 | D | E6 | 43 | 3C |
| Octal | 125 | 153 | 335 | 76 | 64 | 0 | 15 | 346 | 103 | 74 |
| Binary | 1010101 | 1101011 | 11011101 | 111110 | 110100 | 0 | 1101 | 11100110 | 1000011 | 111100 |
Color Harmonies of #556BDD
Complementary color
Monochromatic Colors of #556BDD
Black with #556BDD
Text Example
Text Example
White with #556BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BDD; }
p { color: rgb(85,107,221); }
H1.HeaderClassName
{
color: #556BDD;
}
.AnyTagClassName
{
color: #556BDD;
}
</style>
background-color css
<style>
a { background-color: #556BDD; }
a { background-color: rgb(85,107,221); }
div.DivClassName
{
background-color: #556BDD;
}
.BgClassName
{
background-color: #556BDD;
}
</style>
border-color css
<style>
span { border-color: #556BDD; }
span { border-color: rgb(85,107,221); }
td.TdClassName
{
border-color: #556BDD;
}
.TagClassName
{
border-color: #556BDD;
}
</style>