Shades of Royal Blue #556CDC
Tints of Royal Blue #556CDC
RGB
CMYK
RGB Variations
Color information
#556CDC (or 0x556CDC) is known color: Royal Blue. HEX triplet: 55, 6C and DC. RGB value is (85,108,220). Sum of RGB (Red+Green+Blue) = 85+108+220=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #556CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CDC is #AA9323. Grayscale: #717171. Windows color (decimal): -11178788 or 14445653. OLE color: 14445653.
HSL color Cylindrical-coordinate representation of color #556CDC: hue angle of 229.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556CDC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 108 | 220 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.14 |
| HSL | 229.78º | 0.66% | 0.6% | - |
| HSV(B) | 229.78º | 0.61% | 0.86% | - |
| XYZ | 22.03 | 17.82 | 69.99 | - |
| YUV | 113.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 220 | 0.61 | 0.51 | 0 | 0.14 | 229.78 | 0.66 | 0.6 |
| Hex | 55 | 6C | DC | 3D | 33 | 0 | E | E6 | 42 | 3C |
| Octal | 125 | 154 | 334 | 75 | 63 | 0 | 16 | 346 | 102 | 74 |
| Binary | 1010101 | 1101100 | 11011100 | 111101 | 110011 | 0 | 1110 | 11100110 | 1000010 | 111100 |
Color Harmonies of #556CDC
Complementary color
Monochromatic Colors of #556CDC
Black with #556CDC
Text Example
Text Example
White with #556CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CDC; }
p { color: rgb(85,108,220); }
H1.HeaderClassName
{
color: #556CDC;
}
.AnyTagClassName
{
color: #556CDC;
}
</style>
background-color css
<style>
a { background-color: #556CDC; }
a { background-color: rgb(85,108,220); }
div.DivClassName
{
background-color: #556CDC;
}
.BgClassName
{
background-color: #556CDC;
}
</style>
border-color css
<style>
span { border-color: #556CDC; }
span { border-color: rgb(85,108,220); }
td.TdClassName
{
border-color: #556CDC;
}
.TagClassName
{
border-color: #556CDC;
}
</style>