Shades of Royal Blue #5B76EC
Tints of Royal Blue #5B76EC
RGB
CMYK
RGB Variations
Color information
#5B76EC (or 0x5B76EC) is known color: Royal Blue. HEX triplet: 5B, 76 and EC. RGB value is (91,118,236). Sum of RGB (Red+Green+Blue) = 91+118+236=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B76EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B76EC is #A48913. Grayscale: #7A7A7A. Windows color (decimal): -10782996 or 15496795. OLE color: 15496795.
HSL color Cylindrical-coordinate representation of color #5B76EC: hue angle of 228.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B76EC is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 118 | 236 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.07 |
| HSL | 228.83º | 0.79% | 0.64% | - |
| HSV(B) | 228.83º | 0.61% | 0.93% | - |
| XYZ | 25.93 | 21.24 | 82.09 | - |
| YUV | 123.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 236 | 0.61 | 0.5 | 0 | 0.07 | 228.83 | 0.79 | 0.64 |
| Hex | 5B | 76 | EC | 3D | 32 | 0 | 7 | E5 | 4F | 40 |
| Octal | 133 | 166 | 354 | 75 | 62 | 0 | 7 | 345 | 117 | 100 |
| Binary | 1011011 | 1110110 | 11101100 | 111101 | 110010 | 0 | 111 | 11100101 | 1001111 | 1000000 |
Color Harmonies of #5B76EC
Complementary color
Monochromatic Colors of #5B76EC
Black with #5B76EC
Text Example
Text Example
White with #5B76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B76EC; }
p { color: rgb(91,118,236); }
H1.HeaderClassName
{
color: #5B76EC;
}
.AnyTagClassName
{
color: #5B76EC;
}
</style>
background-color css
<style>
a { background-color: #5B76EC; }
a { background-color: rgb(91,118,236); }
div.DivClassName
{
background-color: #5B76EC;
}
.BgClassName
{
background-color: #5B76EC;
}
</style>
border-color css
<style>
span { border-color: #5B76EC; }
span { border-color: rgb(91,118,236); }
td.TdClassName
{
border-color: #5B76EC;
}
.TagClassName
{
border-color: #5B76EC;
}
</style>