Shades of Royal Blue #5773EF
Tints of Royal Blue #5773EF
RGB
CMYK
RGB Variations
Color information
#5773EF (or 0x5773EF) is known color: Royal Blue. HEX triplet: 57, 73 and EF. RGB value is (87,115,239). Sum of RGB (Red+Green+Blue) = 87+115+239=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5773EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773EF is #A88C10. Grayscale: #787878. Windows color (decimal): -11045905 or 15692631. OLE color: 15692631.
HSL color Cylindrical-coordinate representation of color #5773EF: hue angle of 228.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5773EF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 115 | 239 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.06 |
| HSL | 228.95º | 0.83% | 0.64% | - |
| HSV(B) | 228.95º | 0.64% | 0.94% | - |
| XYZ | 25.64 | 20.52 | 84.27 | - |
| YUV | 120.76 | 194.72 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 239 | 0.64 | 0.52 | 0 | 0.06 | 228.95 | 0.83 | 0.64 |
| Hex | 57 | 73 | EF | 40 | 34 | 0 | 6 | E5 | 53 | 40 |
| Octal | 127 | 163 | 357 | 100 | 64 | 0 | 6 | 345 | 123 | 100 |
| Binary | 1010111 | 1110011 | 11101111 | 1000000 | 110100 | 0 | 110 | 11100101 | 1010011 | 1000000 |
Color Harmonies of #5773EF
Complementary color
Monochromatic Colors of #5773EF
Black with #5773EF
Text Example
Text Example
White with #5773EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773EF; }
p { color: rgb(87,115,239); }
H1.HeaderClassName
{
color: #5773EF;
}
.AnyTagClassName
{
color: #5773EF;
}
</style>
background-color css
<style>
a { background-color: #5773EF; }
a { background-color: rgb(87,115,239); }
div.DivClassName
{
background-color: #5773EF;
}
.BgClassName
{
background-color: #5773EF;
}
</style>
border-color css
<style>
span { border-color: #5773EF; }
span { border-color: rgb(87,115,239); }
td.TdClassName
{
border-color: #5773EF;
}
.TagClassName
{
border-color: #5773EF;
}
</style>