Shades of Royal Blue #5B73FB
Tints of Royal Blue #5B73FB
RGB
CMYK
RGB Variations
Color information
#5B73FB (or 0x5B73FB) is known color: Royal Blue. HEX triplet: 5B, 73 and FB. RGB value is (91,115,251). Sum of RGB (Red+Green+Blue) = 91+115+251=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B73FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73FB is #A48C04. Grayscale: #7A7A7A. Windows color (decimal): -10783749 or 16479067. OLE color: 16479067.
HSL color Cylindrical-coordinate representation of color #5B73FB: hue angle of 231º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B73FB is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 115 | 251 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.02 |
| HSL | 231º | 0.95% | 0.67% | - |
| HSV(B) | 231º | 0.64% | 0.98% | - |
| XYZ | 27.86 | 21.45 | 93.94 | - |
| YUV | 123.33 | 200.05 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 251 | 0.64 | 0.54 | 0 | 0.02 | 231 | 0.95 | 0.67 |
| Hex | 5B | 73 | FB | 40 | 36 | 0 | 2 | E7 | 5F | 43 |
| Octal | 133 | 163 | 373 | 100 | 66 | 0 | 2 | 347 | 137 | 103 |
| Binary | 1011011 | 1110011 | 11111011 | 1000000 | 110110 | 0 | 10 | 11100111 | 1011111 | 1000011 |
Color Harmonies of #5B73FB
Complementary color
Monochromatic Colors of #5B73FB
Black with #5B73FB
Text Example
Text Example
White with #5B73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73FB; }
p { color: rgb(91,115,251); }
H1.HeaderClassName
{
color: #5B73FB;
}
.AnyTagClassName
{
color: #5B73FB;
}
</style>
background-color css
<style>
a { background-color: #5B73FB; }
a { background-color: rgb(91,115,251); }
div.DivClassName
{
background-color: #5B73FB;
}
.BgClassName
{
background-color: #5B73FB;
}
</style>
border-color css
<style>
span { border-color: #5B73FB; }
span { border-color: rgb(91,115,251); }
td.TdClassName
{
border-color: #5B73FB;
}
.TagClassName
{
border-color: #5B73FB;
}
</style>