Shades of Royal Blue #5877EA
Tints of Royal Blue #5877EA
RGB
CMYK
RGB Variations
Color information
#5877EA (or 0x5877EA) is known color: Royal Blue. HEX triplet: 58, 77 and EA. RGB value is (88,119,234). Sum of RGB (Red+Green+Blue) = 88+119+234=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #5877EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5877EA is #A78815. Grayscale: #7A7A7A. Windows color (decimal): -10979350 or 15365976. OLE color: 15365976.
HSL color Cylindrical-coordinate representation of color #5877EA: hue angle of 227.26º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5877EA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 119 | 234 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.08 |
| HSL | 227.26º | 0.78% | 0.63% | - |
| HSV(B) | 227.26º | 0.62% | 0.92% | - |
| XYZ | 25.47 | 21.21 | 80.59 | - |
| YUV | 122.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 234 | 0.62 | 0.49 | 0 | 0.08 | 227.26 | 0.78 | 0.63 |
| Hex | 58 | 77 | EA | 3E | 31 | 0 | 8 | E3 | 4E | 3F |
| Octal | 130 | 167 | 352 | 76 | 61 | 0 | 10 | 343 | 116 | 77 |
| Binary | 1011000 | 1110111 | 11101010 | 111110 | 110001 | 0 | 1000 | 11100011 | 1001110 | 111111 |
Color Harmonies of #5877EA
Complementary color
Monochromatic Colors of #5877EA
Black with #5877EA
Text Example
Text Example
White with #5877EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877EA; }
p { color: rgb(88,119,234); }
H1.HeaderClassName
{
color: #5877EA;
}
.AnyTagClassName
{
color: #5877EA;
}
</style>
background-color css
<style>
a { background-color: #5877EA; }
a { background-color: rgb(88,119,234); }
div.DivClassName
{
background-color: #5877EA;
}
.BgClassName
{
background-color: #5877EA;
}
</style>
border-color css
<style>
span { border-color: #5877EA; }
span { border-color: rgb(88,119,234); }
td.TdClassName
{
border-color: #5877EA;
}
.TagClassName
{
border-color: #5877EA;
}
</style>