Shades of Rich Blue #5B5EBA
Tints of Rich Blue #5B5EBA
RGB
CMYK
RGB Variations
Color information
#5B5EBA (or 0x5B5EBA) is known color: Rich Blue. HEX triplet: 5B, 5E and BA. RGB value is (91,94,186). Sum of RGB (Red+Green+Blue) = 91+94+186=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 94 (37.11% from 255 or 25.34% 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 #5B5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EBA is #A4A145. Grayscale: #676767. Windows color (decimal): -10789190 or 12213851. OLE color: 12213851.
HSL color Cylindrical-coordinate representation of color #5B5EBA: hue angle of 238.11º 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 #5B5EBA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 94 | 186 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.27 |
| HSL | 238.11º | 0.41% | 0.54% | - |
| HSV(B) | 238.11º | 0.51% | 0.73% | - |
| XYZ | 17.18 | 13.77 | 48.21 | - |
| YUV | 103.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 186 | 0.51 | 0.49 | 0 | 0.27 | 238.11 | 0.41 | 0.54 |
| Hex | 5B | 5E | BA | 33 | 31 | 0 | 1B | EE | 29 | 36 |
| Octal | 133 | 136 | 272 | 63 | 61 | 0 | 33 | 356 | 51 | 66 |
| Binary | 1011011 | 1011110 | 10111010 | 110011 | 110001 | 0 | 11011 | 11101110 | 101001 | 110110 |
Color Harmonies of #5B5EBA
Complementary color
Monochromatic Colors of #5B5EBA
Black with #5B5EBA
Text Example
Text Example
White with #5B5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EBA; }
p { color: rgb(91,94,186); }
H1.HeaderClassName
{
color: #5B5EBA;
}
.AnyTagClassName
{
color: #5B5EBA;
}
</style>
background-color css
<style>
a { background-color: #5B5EBA; }
a { background-color: rgb(91,94,186); }
div.DivClassName
{
background-color: #5B5EBA;
}
.BgClassName
{
background-color: #5B5EBA;
}
</style>
border-color css
<style>
span { border-color: #5B5EBA; }
span { border-color: rgb(91,94,186); }
td.TdClassName
{
border-color: #5B5EBA;
}
.TagClassName
{
border-color: #5B5EBA;
}
</style>