Shades of Royal Blue #5B6CE7
Tints of Royal Blue #5B6CE7
RGB
CMYK
RGB Variations
Color information
#5B6CE7 (or 0x5B6CE7) is known color: Royal Blue. HEX triplet: 5B, 6C and E7. RGB value is (91,108,231). Sum of RGB (Red+Green+Blue) = 91+108+231=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #5B6CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CE7 is #A49318. Grayscale: #747474. Windows color (decimal): -10785561 or 15166555. OLE color: 15166555.
HSL color Cylindrical-coordinate representation of color #5B6CE7: hue angle of 232.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B6CE7 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 108 | 231 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.09 |
| HSL | 232.71º | 0.74% | 0.63% | - |
| HSV(B) | 232.71º | 0.61% | 0.91% | - |
| XYZ | 24.1 | 18.72 | 77.94 | - |
| YUV | 116.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 231 | 0.61 | 0.53 | 0 | 0.09 | 232.71 | 0.74 | 0.63 |
| Hex | 5B | 6C | E7 | 3D | 35 | 0 | 9 | E9 | 4A | 3F |
| Octal | 133 | 154 | 347 | 75 | 65 | 0 | 11 | 351 | 112 | 77 |
| Binary | 1011011 | 1101100 | 11100111 | 111101 | 110101 | 0 | 1001 | 11101001 | 1001010 | 111111 |
Color Harmonies of #5B6CE7
Complementary color
Monochromatic Colors of #5B6CE7
Black with #5B6CE7
Text Example
Text Example
White with #5B6CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CE7; }
p { color: rgb(91,108,231); }
H1.HeaderClassName
{
color: #5B6CE7;
}
.AnyTagClassName
{
color: #5B6CE7;
}
</style>
background-color css
<style>
a { background-color: #5B6CE7; }
a { background-color: rgb(91,108,231); }
div.DivClassName
{
background-color: #5B6CE7;
}
.BgClassName
{
background-color: #5B6CE7;
}
</style>
border-color css
<style>
span { border-color: #5B6CE7; }
span { border-color: rgb(91,108,231); }
td.TdClassName
{
border-color: #5B6CE7;
}
.TagClassName
{
border-color: #5B6CE7;
}
</style>