Shades of Royal Blue #5876FE
Tints of Royal Blue #5876FE
RGB
CMYK
RGB Variations
Color information
#5876FE (or 0x5876FE) is known color: Royal Blue. HEX triplet: 58, 76 and FE. RGB value is (88,118,254). Sum of RGB (Red+Green+Blue) = 88+118+254=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #5876FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5876FE is #A78901. Grayscale: #7B7B7B. Windows color (decimal): -10979586 or 16676440. OLE color: 16676440.
HSL color Cylindrical-coordinate representation of color #5876FE: hue angle of 229.16º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5876FE is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 118 | 254 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.00 |
| HSL | 229.16º | 0.99% | 0.67% | - |
| HSV(B) | 229.16º | 0.65% | 1% | - |
| XYZ | 28.39 | 22.19 | 96.55 | - |
| YUV | 124.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 254 | 0.65 | 0.54 | 0 | 0.00 | 229.16 | 0.99 | 0.67 |
| Hex | 58 | 76 | FE | 41 | 36 | 0 | 0 | E5 | 63 | 43 |
| Octal | 130 | 166 | 376 | 101 | 66 | 0 | 0 | 345 | 143 | 103 |
| Binary | 1011000 | 1110110 | 11111110 | 1000001 | 110110 | 0 | 0 | 11100101 | 1100011 | 1000011 |
Color Harmonies of #5876FE
Complementary color
Monochromatic Colors of #5876FE
Black with #5876FE
Text Example
Text Example
White with #5876FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5876FE; }
p { color: rgb(88,118,254); }
H1.HeaderClassName
{
color: #5876FE;
}
.AnyTagClassName
{
color: #5876FE;
}
</style>
background-color css
<style>
a { background-color: #5876FE; }
a { background-color: rgb(88,118,254); }
div.DivClassName
{
background-color: #5876FE;
}
.BgClassName
{
background-color: #5876FE;
}
</style>
border-color css
<style>
span { border-color: #5876FE; }
span { border-color: rgb(88,118,254); }
td.TdClassName
{
border-color: #5876FE;
}
.TagClassName
{
border-color: #5876FE;
}
</style>