Shades of Royal Blue #556FF5
Tints of Royal Blue #556FF5
RGB
CMYK
RGB Variations
Color information
#556FF5 (or 0x556FF5) is known color: Royal Blue. HEX triplet: 55, 6F and F5. RGB value is (85,111,245). Sum of RGB (Red+Green+Blue) = 85+111+245=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #556FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FF5 is #AA900A. Grayscale: #757575. Windows color (decimal): -11177995 or 16084821. OLE color: 16084821.
HSL color Cylindrical-coordinate representation of color #556FF5: hue angle of 230.25º degrees, saturation: 0.89, 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 #556FF5 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 111 | 245 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.04 |
| HSL | 230.25º | 0.89% | 0.65% | - |
| HSV(B) | 230.25º | 0.65% | 0.96% | - |
| XYZ | 25.91 | 19.89 | 88.86 | - |
| YUV | 118.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 245 | 0.65 | 0.55 | 0 | 0.04 | 230.25 | 0.89 | 0.65 |
| Hex | 55 | 6F | F5 | 41 | 37 | 0 | 4 | E6 | 59 | 41 |
| Octal | 125 | 157 | 365 | 101 | 67 | 0 | 4 | 346 | 131 | 101 |
| Binary | 1010101 | 1101111 | 11110101 | 1000001 | 110111 | 0 | 100 | 11100110 | 1011001 | 1000001 |
Color Harmonies of #556FF5
Complementary color
Monochromatic Colors of #556FF5
Black with #556FF5
Text Example
Text Example
White with #556FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FF5; }
p { color: rgb(85,111,245); }
H1.HeaderClassName
{
color: #556FF5;
}
.AnyTagClassName
{
color: #556FF5;
}
</style>
background-color css
<style>
a { background-color: #556FF5; }
a { background-color: rgb(85,111,245); }
div.DivClassName
{
background-color: #556FF5;
}
.BgClassName
{
background-color: #556FF5;
}
</style>
border-color css
<style>
span { border-color: #556FF5; }
span { border-color: rgb(85,111,245); }
td.TdClassName
{
border-color: #556FF5;
}
.TagClassName
{
border-color: #556FF5;
}
</style>