Shades of Royal Blue #5877FA
Tints of Royal Blue #5877FA
RGB
CMYK
RGB Variations
Color information
#5877FA (or 0x5877FA) is known color: Royal Blue. HEX triplet: 58, 77 and FA. RGB value is (88,119,250). Sum of RGB (Red+Green+Blue) = 88+119+250=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5877FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5877FA is #A78805. Grayscale: #7C7C7C. Windows color (decimal): -10979334 or 16414552. OLE color: 16414552.
HSL color Cylindrical-coordinate representation of color #5877FA: hue angle of 228.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5877FA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 119 | 250 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.02 |
| HSL | 228.52º | 0.94% | 0.66% | - |
| HSV(B) | 228.52º | 0.65% | 0.98% | - |
| XYZ | 27.88 | 22.17 | 93.25 | - |
| YUV | 124.67 | 198.73 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 250 | 0.65 | 0.52 | 0 | 0.02 | 228.52 | 0.94 | 0.66 |
| Hex | 58 | 77 | FA | 41 | 34 | 0 | 2 | E5 | 5E | 42 |
| Octal | 130 | 167 | 372 | 101 | 64 | 0 | 2 | 345 | 136 | 102 |
| Binary | 1011000 | 1110111 | 11111010 | 1000001 | 110100 | 0 | 10 | 11100101 | 1011110 | 1000010 |
Color Harmonies of #5877FA
Complementary color
Monochromatic Colors of #5877FA
Black with #5877FA
Text Example
Text Example
White with #5877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877FA; }
p { color: rgb(88,119,250); }
H1.HeaderClassName
{
color: #5877FA;
}
.AnyTagClassName
{
color: #5877FA;
}
</style>
background-color css
<style>
a { background-color: #5877FA; }
a { background-color: rgb(88,119,250); }
div.DivClassName
{
background-color: #5877FA;
}
.BgClassName
{
background-color: #5877FA;
}
</style>
border-color css
<style>
span { border-color: #5877FA; }
span { border-color: rgb(88,119,250); }
td.TdClassName
{
border-color: #5877FA;
}
.TagClassName
{
border-color: #5877FA;
}
</style>