Shades of Royal Blue #556FCD
Tints of Royal Blue #556FCD
RGB
CMYK
RGB Variations
Color information
#556FCD (or 0x556FCD) is known color: Royal Blue. HEX triplet: 55, 6F and CD. RGB value is (85,111,205). Sum of RGB (Red+Green+Blue) = 85+111+205=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #556FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FCD is #AA9032. Grayscale: #717171. Windows color (decimal): -11178035 or 13463381. OLE color: 13463381.
HSL color Cylindrical-coordinate representation of color #556FCD: hue angle of 227º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556FCD is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 111 | 205 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.20 |
| HSL | 227º | 0.55% | 0.57% | - |
| HSV(B) | 227º | 0.59% | 0.8% | - |
| XYZ | 20.45 | 17.71 | 60.1 | - |
| YUV | 113.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 205 | 0.59 | 0.46 | 0 | 0.20 | 227 | 0.55 | 0.57 |
| Hex | 55 | 6F | CD | 3B | 2E | 0 | 14 | E3 | 37 | 39 |
| Octal | 125 | 157 | 315 | 73 | 56 | 0 | 24 | 343 | 67 | 71 |
| Binary | 1010101 | 1101111 | 11001101 | 111011 | 101110 | 0 | 10100 | 11100011 | 110111 | 111001 |
Color Harmonies of #556FCD
Complementary color
Monochromatic Colors of #556FCD
Black with #556FCD
Text Example
Text Example
White with #556FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FCD; }
p { color: rgb(85,111,205); }
H1.HeaderClassName
{
color: #556FCD;
}
.AnyTagClassName
{
color: #556FCD;
}
</style>
background-color css
<style>
a { background-color: #556FCD; }
a { background-color: rgb(85,111,205); }
div.DivClassName
{
background-color: #556FCD;
}
.BgClassName
{
background-color: #556FCD;
}
</style>
border-color css
<style>
span { border-color: #556FCD; }
span { border-color: rgb(85,111,205); }
td.TdClassName
{
border-color: #556FCD;
}
.TagClassName
{
border-color: #556FCD;
}
</style>