Shades of Royal Blue #5B73FE
Tints of Royal Blue #5B73FE
RGB
CMYK
RGB Variations
Color information
#5B73FE (or 0x5B73FE) is known color: Royal Blue. HEX triplet: 5B, 73 and FE. RGB value is (91,115,254). Sum of RGB (Red+Green+Blue) = 91+115+254=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 115 (45.31% from 255 or 25% 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 #5B73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73FE is #A48C01. Grayscale: #7B7B7B. Windows color (decimal): -10783746 or 16675675. OLE color: 16675675.
HSL color Cylindrical-coordinate representation of color #5B73FE: hue angle of 231.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B73FE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 115 | 254 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.00 |
| HSL | 231.17º | 0.99% | 0.68% | - |
| HSV(B) | 231.17º | 0.64% | 1% | - |
| XYZ | 28.33 | 21.64 | 96.45 | - |
| YUV | 123.67 | 201.55 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 254 | 0.64 | 0.55 | 0 | 0.00 | 231.17 | 0.99 | 0.68 |
| Hex | 5B | 73 | FE | 40 | 37 | 0 | 0 | E7 | 63 | 44 |
| Octal | 133 | 163 | 376 | 100 | 67 | 0 | 0 | 347 | 143 | 104 |
| Binary | 1011011 | 1110011 | 11111110 | 1000000 | 110111 | 0 | 0 | 11100111 | 1100011 | 1000100 |
Color Harmonies of #5B73FE
Complementary color
Monochromatic Colors of #5B73FE
Black with #5B73FE
Text Example
Text Example
White with #5B73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73FE; }
p { color: rgb(91,115,254); }
H1.HeaderClassName
{
color: #5B73FE;
}
.AnyTagClassName
{
color: #5B73FE;
}
</style>
background-color css
<style>
a { background-color: #5B73FE; }
a { background-color: rgb(91,115,254); }
div.DivClassName
{
background-color: #5B73FE;
}
.BgClassName
{
background-color: #5B73FE;
}
</style>
border-color css
<style>
span { border-color: #5B73FE; }
span { border-color: rgb(91,115,254); }
td.TdClassName
{
border-color: #5B73FE;
}
.TagClassName
{
border-color: #5B73FE;
}
</style>