Shades of Royal Blue #5579F6
Tints of Royal Blue #5579F6
RGB
CMYK
RGB Variations
Color information
#5579F6 (or 0x5579F6) is known color: Royal Blue. HEX triplet: 55, 79 and F6. RGB value is (85,121,246). Sum of RGB (Red+Green+Blue) = 85+121+246=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #5579F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5579F6 is #AA8609. Grayscale: #7B7B7B. Windows color (decimal): -11175434 or 16152917. OLE color: 16152917.
HSL color Cylindrical-coordinate representation of color #5579F6: hue angle of 226.58º 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 #5579F6 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 121 | 246 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.04 |
| HSL | 226.58º | 0.9% | 0.65% | - |
| HSV(B) | 226.58º | 0.65% | 0.96% | - |
| XYZ | 27.22 | 22.26 | 90.05 | - |
| YUV | 124.49 | 196.57 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 246 | 0.65 | 0.51 | 0 | 0.04 | 226.58 | 0.9 | 0.65 |
| Hex | 55 | 79 | F6 | 41 | 33 | 0 | 4 | E3 | 5A | 41 |
| Octal | 125 | 171 | 366 | 101 | 63 | 0 | 4 | 343 | 132 | 101 |
| Binary | 1010101 | 1111001 | 11110110 | 1000001 | 110011 | 0 | 100 | 11100011 | 1011010 | 1000001 |
Color Harmonies of #5579F6
Complementary color
Monochromatic Colors of #5579F6
Black with #5579F6
Text Example
Text Example
White with #5579F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579F6; }
p { color: rgb(85,121,246); }
H1.HeaderClassName
{
color: #5579F6;
}
.AnyTagClassName
{
color: #5579F6;
}
</style>
background-color css
<style>
a { background-color: #5579F6; }
a { background-color: rgb(85,121,246); }
div.DivClassName
{
background-color: #5579F6;
}
.BgClassName
{
background-color: #5579F6;
}
</style>
border-color css
<style>
span { border-color: #5579F6; }
span { border-color: rgb(85,121,246); }
td.TdClassName
{
border-color: #5579F6;
}
.TagClassName
{
border-color: #5579F6;
}
</style>