Shades of Royal Blue #556CCD
Tints of Royal Blue #556CCD
RGB
CMYK
RGB Variations
Color information
#556CCD (or 0x556CCD) is known color: Royal Blue. HEX triplet: 55, 6C and CD. RGB value is (85,108,205). Sum of RGB (Red+Green+Blue) = 85+108+205=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #556CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CCD is #AA9332. Grayscale: #6F6F6F. Windows color (decimal): -11178803 or 13462613. OLE color: 13462613.
HSL color Cylindrical-coordinate representation of color #556CCD: hue angle of 228.5º 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 #556CCD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 108 | 205 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.20 |
| HSL | 228.5º | 0.55% | 0.57% | - |
| HSV(B) | 228.5º | 0.59% | 0.8% | - |
| XYZ | 20.13 | 17.06 | 59.99 | - |
| YUV | 112.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 205 | 0.59 | 0.47 | 0 | 0.20 | 228.5 | 0.55 | 0.57 |
| Hex | 55 | 6C | CD | 3B | 2F | 0 | 14 | E4 | 37 | 39 |
| Octal | 125 | 154 | 315 | 73 | 57 | 0 | 24 | 344 | 67 | 71 |
| Binary | 1010101 | 1101100 | 11001101 | 111011 | 101111 | 0 | 10100 | 11100100 | 110111 | 111001 |
Color Harmonies of #556CCD
Complementary color
Monochromatic Colors of #556CCD
Black with #556CCD
Text Example
Text Example
White with #556CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CCD; }
p { color: rgb(85,108,205); }
H1.HeaderClassName
{
color: #556CCD;
}
.AnyTagClassName
{
color: #556CCD;
}
</style>
background-color css
<style>
a { background-color: #556CCD; }
a { background-color: rgb(85,108,205); }
div.DivClassName
{
background-color: #556CCD;
}
.BgClassName
{
background-color: #556CCD;
}
</style>
border-color css
<style>
span { border-color: #556CCD; }
span { border-color: rgb(85,108,205); }
td.TdClassName
{
border-color: #556CCD;
}
.TagClassName
{
border-color: #556CCD;
}
</style>