Shades of Royal Blue #5877EF
Tints of Royal Blue #5877EF
RGB
CMYK
RGB Variations
Color information
#5877EF (or 0x5877EF) is known color: Royal Blue. HEX triplet: 58, 77 and EF. RGB value is (88,119,239). Sum of RGB (Red+Green+Blue) = 88+119+239=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #5877EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5877EF is #A78810. Grayscale: #7A7A7A. Windows color (decimal): -10979345 or 15693656. OLE color: 15693656.
HSL color Cylindrical-coordinate representation of color #5877EF: hue angle of 227.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5877EF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 119 | 239 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.06 |
| HSL | 227.68º | 0.83% | 0.64% | - |
| HSV(B) | 227.68º | 0.63% | 0.94% | - |
| XYZ | 26.2 | 21.5 | 84.43 | - |
| YUV | 123.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 239 | 0.63 | 0.50 | 0 | 0.06 | 227.68 | 0.83 | 0.64 |
| Hex | 58 | 77 | EF | 3F | 32 | 0 | 6 | E4 | 53 | 40 |
| Octal | 130 | 167 | 357 | 77 | 62 | 0 | 6 | 344 | 123 | 100 |
| Binary | 1011000 | 1110111 | 11101111 | 111111 | 110010 | 0 | 110 | 11100100 | 1010011 | 1000000 |
Color Harmonies of #5877EF
Complementary color
Monochromatic Colors of #5877EF
Black with #5877EF
Text Example
Text Example
White with #5877EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877EF; }
p { color: rgb(88,119,239); }
H1.HeaderClassName
{
color: #5877EF;
}
.AnyTagClassName
{
color: #5877EF;
}
</style>
background-color css
<style>
a { background-color: #5877EF; }
a { background-color: rgb(88,119,239); }
div.DivClassName
{
background-color: #5877EF;
}
.BgClassName
{
background-color: #5877EF;
}
</style>
border-color css
<style>
span { border-color: #5877EF; }
span { border-color: rgb(88,119,239); }
td.TdClassName
{
border-color: #5877EF;
}
.TagClassName
{
border-color: #5877EF;
}
</style>