Shades of Royal Blue #5B73FD
Tints of Royal Blue #5B73FD
RGB
CMYK
RGB Variations
Color information
#5B73FD (or 0x5B73FD) is known color: Royal Blue. HEX triplet: 5B, 73 and FD. RGB value is (91,115,253). Sum of RGB (Red+Green+Blue) = 91+115+253=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B73FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73FD is #A48C02. Grayscale: #7A7A7A. Windows color (decimal): -10783747 or 16610139. OLE color: 16610139.
HSL color Cylindrical-coordinate representation of color #5B73FD: hue angle of 231.11º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B73FD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 115 | 253 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 231.11º | 0.98% | 0.67% | - |
| HSV(B) | 231.11º | 0.64% | 0.99% | - |
| XYZ | 28.17 | 21.58 | 95.61 | - |
| YUV | 123.56 | 201.05 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 253 | 0.64 | 0.55 | 0 | 0.01 | 231.11 | 0.98 | 0.67 |
| Hex | 5B | 73 | FD | 40 | 37 | 0 | 1 | E7 | 62 | 43 |
| Octal | 133 | 163 | 375 | 100 | 67 | 0 | 1 | 347 | 142 | 103 |
| Binary | 1011011 | 1110011 | 11111101 | 1000000 | 110111 | 0 | 1 | 11100111 | 1100010 | 1000011 |
Color Harmonies of #5B73FD
Complementary color
Monochromatic Colors of #5B73FD
Black with #5B73FD
Text Example
Text Example
White with #5B73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73FD; }
p { color: rgb(91,115,253); }
H1.HeaderClassName
{
color: #5B73FD;
}
.AnyTagClassName
{
color: #5B73FD;
}
</style>
background-color css
<style>
a { background-color: #5B73FD; }
a { background-color: rgb(91,115,253); }
div.DivClassName
{
background-color: #5B73FD;
}
.BgClassName
{
background-color: #5B73FD;
}
</style>
border-color css
<style>
span { border-color: #5B73FD; }
span { border-color: rgb(91,115,253); }
td.TdClassName
{
border-color: #5B73FD;
}
.TagClassName
{
border-color: #5B73FD;
}
</style>