Shades of Royal Blue #556FDC
Tints of Royal Blue #556FDC
RGB
CMYK
RGB Variations
Color information
#556FDC (or 0x556FDC) is known color: Royal Blue. HEX triplet: 55, 6F and DC. RGB value is (85,111,220). Sum of RGB (Red+Green+Blue) = 85+111+220=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #556FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FDC is #AA9023. Grayscale: #737373. Windows color (decimal): -11178020 or 14446421. OLE color: 14446421.
HSL color Cylindrical-coordinate representation of color #556FDC: hue angle of 228.44º 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 #556FDC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 111 | 220 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.14 |
| HSL | 228.44º | 0.66% | 0.6% | - |
| HSV(B) | 228.44º | 0.61% | 0.86% | - |
| XYZ | 22.35 | 18.47 | 70.1 | - |
| YUV | 115.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 220 | 0.61 | 0.50 | 0 | 0.14 | 228.44 | 0.66 | 0.6 |
| Hex | 55 | 6F | DC | 3D | 32 | 0 | E | E4 | 42 | 3C |
| Octal | 125 | 157 | 334 | 75 | 62 | 0 | 16 | 344 | 102 | 74 |
| Binary | 1010101 | 1101111 | 11011100 | 111101 | 110010 | 0 | 1110 | 11100100 | 1000010 | 111100 |
Color Harmonies of #556FDC
Complementary color
Monochromatic Colors of #556FDC
Black with #556FDC
Text Example
Text Example
White with #556FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FDC; }
p { color: rgb(85,111,220); }
H1.HeaderClassName
{
color: #556FDC;
}
.AnyTagClassName
{
color: #556FDC;
}
</style>
background-color css
<style>
a { background-color: #556FDC; }
a { background-color: rgb(85,111,220); }
div.DivClassName
{
background-color: #556FDC;
}
.BgClassName
{
background-color: #556FDC;
}
</style>
border-color css
<style>
span { border-color: #556FDC; }
span { border-color: rgb(85,111,220); }
td.TdClassName
{
border-color: #556FDC;
}
.TagClassName
{
border-color: #556FDC;
}
</style>