Shades of Royal Blue #5B73FF
Tints of Royal Blue #5B73FF
RGB
CMYK
RGB Variations
Color information
#5B73FF (or 0x5B73FF) is known color: Royal Blue. HEX triplet: 5B, 73 and FF. RGB value is (91,115,255). Sum of RGB (Red+Green+Blue) = 91+115+255=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B73FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73FF is #A48C00. Grayscale: #7B7B7B. Windows color (decimal): -10783745 or 16741211. OLE color: 16741211.
HSL color Cylindrical-coordinate representation of color #5B73FF: hue angle of 231.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B73FF is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 115 | 255 | - |
| CMYK | 0.64 | 0.55 | 0 | 0 |
| HSL | 231.22º | 1% | 0.68% | - |
| HSV(B) | 231.22º | 0.64% | 1% | - |
| XYZ | 28.5 | 21.71 | 97.3 | - |
| YUV | 123.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 255 | 0.64 | 0.55 | 0 | 0 | 231.22 | 1 | 0.68 |
| Hex | 5B | 73 | FF | 40 | 37 | 0 | 0 | E7 | 64 | 44 |
| Octal | 133 | 163 | 377 | 100 | 67 | 0 | 0 | 347 | 144 | 104 |
| Binary | 1011011 | 1110011 | 11111111 | 1000000 | 110111 | 0 | 0 | 11100111 | 1100100 | 1000100 |
Color Harmonies of #5B73FF
Complementary color
Monochromatic Colors of #5B73FF
Black with #5B73FF
Text Example
Text Example
White with #5B73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73FF; }
p { color: rgb(91,115,255); }
H1.HeaderClassName
{
color: #5B73FF;
}
.AnyTagClassName
{
color: #5B73FF;
}
</style>
background-color css
<style>
a { background-color: #5B73FF; }
a { background-color: rgb(91,115,255); }
div.DivClassName
{
background-color: #5B73FF;
}
.BgClassName
{
background-color: #5B73FF;
}
</style>
border-color css
<style>
span { border-color: #5B73FF; }
span { border-color: rgb(91,115,255); }
td.TdClassName
{
border-color: #5B73FF;
}
.TagClassName
{
border-color: #5B73FF;
}
</style>