Shades of Royal Blue #5575EC
Tints of Royal Blue #5575EC
RGB
CMYK
RGB Variations
Color information
#5575EC (or 0x5575EC) is known color: Royal Blue. HEX triplet: 55, 75 and EC. RGB value is (85,117,236). Sum of RGB (Red+Green+Blue) = 85+117+236=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #5575EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575EC is #AA8A13. Grayscale: #787878. Windows color (decimal): -11176468 or 15496533. OLE color: 15496533.
HSL color Cylindrical-coordinate representation of color #5575EC: hue angle of 227.28º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5575EC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 117 | 236 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.07 |
| HSL | 227.28º | 0.8% | 0.63% | - |
| HSV(B) | 227.28º | 0.64% | 0.93% | - |
| XYZ | 25.25 | 20.71 | 82.02 | - |
| YUV | 121 | 192.9 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 236 | 0.64 | 0.50 | 0 | 0.07 | 227.28 | 0.8 | 0.63 |
| Hex | 55 | 75 | EC | 40 | 32 | 0 | 7 | E3 | 50 | 3F |
| Octal | 125 | 165 | 354 | 100 | 62 | 0 | 7 | 343 | 120 | 77 |
| Binary | 1010101 | 1110101 | 11101100 | 1000000 | 110010 | 0 | 111 | 11100011 | 1010000 | 111111 |
Color Harmonies of #5575EC
Complementary color
Monochromatic Colors of #5575EC
Black with #5575EC
Text Example
Text Example
White with #5575EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575EC; }
p { color: rgb(85,117,236); }
H1.HeaderClassName
{
color: #5575EC;
}
.AnyTagClassName
{
color: #5575EC;
}
</style>
background-color css
<style>
a { background-color: #5575EC; }
a { background-color: rgb(85,117,236); }
div.DivClassName
{
background-color: #5575EC;
}
.BgClassName
{
background-color: #5575EC;
}
</style>
border-color css
<style>
span { border-color: #5575EC; }
span { border-color: rgb(85,117,236); }
td.TdClassName
{
border-color: #5575EC;
}
.TagClassName
{
border-color: #5575EC;
}
</style>