Shades of Royal Blue #5B73EB
Tints of Royal Blue #5B73EB
RGB
CMYK
RGB Variations
Color information
#5B73EB (or 0x5B73EB) is known color: Royal Blue. HEX triplet: 5B, 73 and EB. RGB value is (91,115,235). Sum of RGB (Red+Green+Blue) = 91+115+235=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B73EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73EB is #A48C14. Grayscale: #797979. Windows color (decimal): -10783765 or 15430491. OLE color: 15430491.
HSL color Cylindrical-coordinate representation of color #5B73EB: hue angle of 230º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B73EB is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 115 | 235 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.08 |
| HSL | 230º | 0.78% | 0.64% | - |
| HSV(B) | 230º | 0.61% | 0.92% | - |
| XYZ | 25.44 | 20.48 | 81.21 | - |
| YUV | 121.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 235 | 0.61 | 0.51 | 0 | 0.08 | 230 | 0.78 | 0.64 |
| Hex | 5B | 73 | EB | 3D | 33 | 0 | 8 | E6 | 4E | 40 |
| Octal | 133 | 163 | 353 | 75 | 63 | 0 | 10 | 346 | 116 | 100 |
| Binary | 1011011 | 1110011 | 11101011 | 111101 | 110011 | 0 | 1000 | 11100110 | 1001110 | 1000000 |
Color Harmonies of #5B73EB
Complementary color
Monochromatic Colors of #5B73EB
Black with #5B73EB
Text Example
Text Example
White with #5B73EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73EB; }
p { color: rgb(91,115,235); }
H1.HeaderClassName
{
color: #5B73EB;
}
.AnyTagClassName
{
color: #5B73EB;
}
</style>
background-color css
<style>
a { background-color: #5B73EB; }
a { background-color: rgb(91,115,235); }
div.DivClassName
{
background-color: #5B73EB;
}
.BgClassName
{
background-color: #5B73EB;
}
</style>
border-color css
<style>
span { border-color: #5B73EB; }
span { border-color: rgb(91,115,235); }
td.TdClassName
{
border-color: #5B73EB;
}
.TagClassName
{
border-color: #5B73EB;
}
</style>