Shades of Rich Blue #5E5BBA
Tints of Rich Blue #5E5BBA
RGB
CMYK
RGB Variations
Color information
#5E5BBA (or 0x5E5BBA) is known color: Rich Blue. HEX triplet: 5E, 5B and BA. RGB value is (94,91,186). Sum of RGB (Red+Green+Blue) = 94+91+186=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBA is #A1A445. Grayscale: #666666. Windows color (decimal): -10593350 or 12213086. OLE color: 12213086.
HSL color Cylindrical-coordinate representation of color #5E5BBA: hue angle of 241.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5BBA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 91 | 186 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.27 |
| HSL | 241.89º | 0.41% | 0.54% | - |
| HSV(B) | 241.89º | 0.51% | 0.73% | - |
| XYZ | 17.22 | 13.41 | 48.13 | - |
| YUV | 102.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 186 | 0.49 | 0.51 | 0 | 0.27 | 241.89 | 0.41 | 0.54 |
| Hex | 5E | 5B | BA | 31 | 33 | 0 | 1B | F2 | 29 | 36 |
| Octal | 136 | 133 | 272 | 61 | 63 | 0 | 33 | 362 | 51 | 66 |
| Binary | 1011110 | 1011011 | 10111010 | 110001 | 110011 | 0 | 11011 | 11110010 | 101001 | 110110 |
Color Harmonies of #5E5BBA
Complementary color
Monochromatic Colors of #5E5BBA
Black with #5E5BBA
Text Example
Text Example
White with #5E5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BBA; }
p { color: rgb(94,91,186); }
H1.HeaderClassName
{
color: #5E5BBA;
}
.AnyTagClassName
{
color: #5E5BBA;
}
</style>
background-color css
<style>
a { background-color: #5E5BBA; }
a { background-color: rgb(94,91,186); }
div.DivClassName
{
background-color: #5E5BBA;
}
.BgClassName
{
background-color: #5E5BBA;
}
</style>
border-color css
<style>
span { border-color: #5E5BBA; }
span { border-color: rgb(94,91,186); }
td.TdClassName
{
border-color: #5E5BBA;
}
.TagClassName
{
border-color: #5E5BBA;
}
</style>