Shades of Royal Blue #5B73EE
Tints of Royal Blue #5B73EE
RGB
CMYK
RGB Variations
Color information
#5B73EE (or 0x5B73EE) is known color: Royal Blue. HEX triplet: 5B, 73 and EE. RGB value is (91,115,238). Sum of RGB (Red+Green+Blue) = 91+115+238=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B73EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73EE is #A48C11. Grayscale: #797979. Windows color (decimal): -10783762 or 15627099. OLE color: 15627099.
HSL color Cylindrical-coordinate representation of color #5B73EE: hue angle of 230.2º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B73EE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 115 | 238 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.07 |
| HSL | 230.2º | 0.81% | 0.65% | - |
| HSV(B) | 230.2º | 0.62% | 0.93% | - |
| XYZ | 25.88 | 20.66 | 83.51 | - |
| YUV | 121.85 | 193.55 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 238 | 0.62 | 0.52 | 0 | 0.07 | 230.2 | 0.81 | 0.65 |
| Hex | 5B | 73 | EE | 3E | 34 | 0 | 7 | E6 | 51 | 41 |
| Octal | 133 | 163 | 356 | 76 | 64 | 0 | 7 | 346 | 121 | 101 |
| Binary | 1011011 | 1110011 | 11101110 | 111110 | 110100 | 0 | 111 | 11100110 | 1010001 | 1000001 |
Color Harmonies of #5B73EE
Complementary color
Monochromatic Colors of #5B73EE
Black with #5B73EE
Text Example
Text Example
White with #5B73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73EE; }
p { color: rgb(91,115,238); }
H1.HeaderClassName
{
color: #5B73EE;
}
.AnyTagClassName
{
color: #5B73EE;
}
</style>
background-color css
<style>
a { background-color: #5B73EE; }
a { background-color: rgb(91,115,238); }
div.DivClassName
{
background-color: #5B73EE;
}
.BgClassName
{
background-color: #5B73EE;
}
</style>
border-color css
<style>
span { border-color: #5B73EE; }
span { border-color: rgb(91,115,238); }
td.TdClassName
{
border-color: #5B73EE;
}
.TagClassName
{
border-color: #5B73EE;
}
</style>