Shades of Royal Blue #556DF6
Tints of Royal Blue #556DF6
RGB
CMYK
RGB Variations
Color information
#556DF6 (or 0x556DF6) is known color: Royal Blue. HEX triplet: 55, 6D and F6. RGB value is (85,109,246). Sum of RGB (Red+Green+Blue) = 85+109+246=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #556DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DF6 is #AA9209. Grayscale: #747474. Windows color (decimal): -11178506 or 16149845. OLE color: 16149845.
HSL color Cylindrical-coordinate representation of color #556DF6: hue angle of 231.06º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556DF6 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 109 | 246 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.04 |
| HSL | 231.06º | 0.9% | 0.65% | - |
| HSV(B) | 231.06º | 0.65% | 0.96% | - |
| XYZ | 25.85 | 19.52 | 89.59 | - |
| YUV | 117.44 | 200.55 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 246 | 0.65 | 0.56 | 0 | 0.04 | 231.06 | 0.9 | 0.65 |
| Hex | 55 | 6D | F6 | 41 | 38 | 0 | 4 | E7 | 5A | 41 |
| Octal | 125 | 155 | 366 | 101 | 70 | 0 | 4 | 347 | 132 | 101 |
| Binary | 1010101 | 1101101 | 11110110 | 1000001 | 111000 | 0 | 100 | 11100111 | 1011010 | 1000001 |
Color Harmonies of #556DF6
Complementary color
Monochromatic Colors of #556DF6
Black with #556DF6
Text Example
Text Example
White with #556DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DF6; }
p { color: rgb(85,109,246); }
H1.HeaderClassName
{
color: #556DF6;
}
.AnyTagClassName
{
color: #556DF6;
}
</style>
background-color css
<style>
a { background-color: #556DF6; }
a { background-color: rgb(85,109,246); }
div.DivClassName
{
background-color: #556DF6;
}
.BgClassName
{
background-color: #556DF6;
}
</style>
border-color css
<style>
span { border-color: #556DF6; }
span { border-color: rgb(85,109,246); }
td.TdClassName
{
border-color: #556DF6;
}
.TagClassName
{
border-color: #556DF6;
}
</style>