Shades of Royal Blue #5B71FC
Tints of Royal Blue #5B71FC
RGB
CMYK
RGB Variations
Color information
#5B71FC (or 0x5B71FC) is known color: Royal Blue. HEX triplet: 5B, 71 and FC. RGB value is (91,113,252). Sum of RGB (Red+Green+Blue) = 91+113+252=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71FC is #A48E03. Grayscale: #797979. Windows color (decimal): -10784260 or 16544091. OLE color: 16544091.
HSL color Cylindrical-coordinate representation of color #5B71FC: hue angle of 231.8º degrees, saturation: 0.96, 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 #5B71FC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 113 | 252 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 231.8º | 0.96% | 0.67% | - |
| HSV(B) | 231.8º | 0.64% | 0.99% | - |
| XYZ | 27.79 | 21.06 | 94.7 | - |
| YUV | 122.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 252 | 0.64 | 0.55 | 0 | 0.01 | 231.8 | 0.96 | 0.67 |
| Hex | 5B | 71 | FC | 40 | 37 | 0 | 1 | E8 | 60 | 43 |
| Octal | 133 | 161 | 374 | 100 | 67 | 0 | 1 | 350 | 140 | 103 |
| Binary | 1011011 | 1110001 | 11111100 | 1000000 | 110111 | 0 | 1 | 11101000 | 1100000 | 1000011 |
Color Harmonies of #5B71FC
Complementary color
Monochromatic Colors of #5B71FC
Black with #5B71FC
Text Example
Text Example
White with #5B71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B71FC; }
p { color: rgb(91,113,252); }
H1.HeaderClassName
{
color: #5B71FC;
}
.AnyTagClassName
{
color: #5B71FC;
}
</style>
background-color css
<style>
a { background-color: #5B71FC; }
a { background-color: rgb(91,113,252); }
div.DivClassName
{
background-color: #5B71FC;
}
.BgClassName
{
background-color: #5B71FC;
}
</style>
border-color css
<style>
span { border-color: #5B71FC; }
span { border-color: rgb(91,113,252); }
td.TdClassName
{
border-color: #5B71FC;
}
.TagClassName
{
border-color: #5B71FC;
}
</style>