Shades of Royal Blue #556ADE
Tints of Royal Blue #556ADE
RGB
CMYK
RGB Variations
Color information
#556ADE (or 0x556ADE) is known color: Royal Blue. HEX triplet: 55, 6A and DE. RGB value is (85,106,222). Sum of RGB (Red+Green+Blue) = 85+106+222=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #556ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ADE is #AA9521. Grayscale: #707070. Windows color (decimal): -11179298 or 14576213. OLE color: 14576213.
HSL color Cylindrical-coordinate representation of color #556ADE: hue angle of 230.8º 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 #556ADE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 106 | 222 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.13 |
| HSL | 230.8º | 0.67% | 0.6% | - |
| HSV(B) | 230.8º | 0.62% | 0.87% | - |
| XYZ | 22.09 | 17.51 | 71.32 | - |
| YUV | 112.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 222 | 0.62 | 0.52 | 0 | 0.13 | 230.8 | 0.67 | 0.6 |
| Hex | 55 | 6A | DE | 3E | 34 | 0 | D | E7 | 43 | 3C |
| Octal | 125 | 152 | 336 | 76 | 64 | 0 | 15 | 347 | 103 | 74 |
| Binary | 1010101 | 1101010 | 11011110 | 111110 | 110100 | 0 | 1101 | 11100111 | 1000011 | 111100 |
Color Harmonies of #556ADE
Complementary color
Monochromatic Colors of #556ADE
Black with #556ADE
Text Example
Text Example
White with #556ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556ADE; }
p { color: rgb(85,106,222); }
H1.HeaderClassName
{
color: #556ADE;
}
.AnyTagClassName
{
color: #556ADE;
}
</style>
background-color css
<style>
a { background-color: #556ADE; }
a { background-color: rgb(85,106,222); }
div.DivClassName
{
background-color: #556ADE;
}
.BgClassName
{
background-color: #556ADE;
}
</style>
border-color css
<style>
span { border-color: #556ADE; }
span { border-color: rgb(85,106,222); }
td.TdClassName
{
border-color: #556ADE;
}
.TagClassName
{
border-color: #556ADE;
}
</style>