Shades of Royal Blue #556DCC
Tints of Royal Blue #556DCC
RGB
CMYK
RGB Variations
Color information
#556DCC (or 0x556DCC) is known color: Royal Blue. HEX triplet: 55, 6D and CC. RGB value is (85,109,204). Sum of RGB (Red+Green+Blue) = 85+109+204=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #556DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCC is #AA9233. Grayscale: #707070. Windows color (decimal): -11178548 or 13397333. OLE color: 13397333.
HSL color Cylindrical-coordinate representation of color #556DCC: hue angle of 227.9º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556DCC is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 109 | 204 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.2 |
| HSL | 227.9º | 0.54% | 0.57% | - |
| HSV(B) | 227.9º | 0.58% | 0.8% | - |
| XYZ | 20.11 | 17.23 | 59.39 | - |
| YUV | 112.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 204 | 0.58 | 0.47 | 0 | 0.2 | 227.9 | 0.54 | 0.57 |
| Hex | 55 | 6D | CC | 3A | 2F | 0 | 14 | E4 | 36 | 39 |
| Octal | 125 | 155 | 314 | 72 | 57 | 0 | 24 | 344 | 66 | 71 |
| Binary | 1010101 | 1101101 | 11001100 | 111010 | 101111 | 0 | 10100 | 11100100 | 110110 | 111001 |
Color Harmonies of #556DCC
Complementary color
Monochromatic Colors of #556DCC
Black with #556DCC
Text Example
Text Example
White with #556DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DCC; }
p { color: rgb(85,109,204); }
H1.HeaderClassName
{
color: #556DCC;
}
.AnyTagClassName
{
color: #556DCC;
}
</style>
background-color css
<style>
a { background-color: #556DCC; }
a { background-color: rgb(85,109,204); }
div.DivClassName
{
background-color: #556DCC;
}
.BgClassName
{
background-color: #556DCC;
}
</style>
border-color css
<style>
span { border-color: #556DCC; }
span { border-color: rgb(85,109,204); }
td.TdClassName
{
border-color: #556DCC;
}
.TagClassName
{
border-color: #556DCC;
}
</style>