Shades of Royal Blue #5875E5
Tints of Royal Blue #5875E5
RGB
CMYK
RGB Variations
Color information
#5875E5 (or 0x5875E5) is known color: Royal Blue. HEX triplet: 58, 75 and E5. RGB value is (88,117,229). Sum of RGB (Red+Green+Blue) = 88+117+229=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #5875E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875E5 is #A78A1A. Grayscale: #787878. Windows color (decimal): -10979867 or 15037784. OLE color: 15037784.
HSL color Cylindrical-coordinate representation of color #5875E5: hue angle of 227.66º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5875E5 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 117 | 229 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.10 |
| HSL | 227.66º | 0.73% | 0.62% | - |
| HSV(B) | 227.66º | 0.62% | 0.9% | - |
| XYZ | 24.53 | 20.45 | 76.78 | - |
| YUV | 121.1 | 188.89 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 229 | 0.62 | 0.49 | 0 | 0.10 | 227.66 | 0.73 | 0.62 |
| Hex | 58 | 75 | E5 | 3E | 31 | 0 | A | E4 | 49 | 3E |
| Octal | 130 | 165 | 345 | 76 | 61 | 0 | 12 | 344 | 111 | 76 |
| Binary | 1011000 | 1110101 | 11100101 | 111110 | 110001 | 0 | 1010 | 11100100 | 1001001 | 111110 |
Color Harmonies of #5875E5
Complementary color
Monochromatic Colors of #5875E5
Black with #5875E5
Text Example
Text Example
White with #5875E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875E5; }
p { color: rgb(88,117,229); }
H1.HeaderClassName
{
color: #5875E5;
}
.AnyTagClassName
{
color: #5875E5;
}
</style>
background-color css
<style>
a { background-color: #5875E5; }
a { background-color: rgb(88,117,229); }
div.DivClassName
{
background-color: #5875E5;
}
.BgClassName
{
background-color: #5875E5;
}
</style>
border-color css
<style>
span { border-color: #5875E5; }
span { border-color: rgb(88,117,229); }
td.TdClassName
{
border-color: #5875E5;
}
.TagClassName
{
border-color: #5875E5;
}
</style>