Shades of Rich Blue #5E56BA
Tints of Rich Blue #5E56BA
RGB
CMYK
RGB Variations
Color information
#5E56BA (or 0x5E56BA) is known color: Rich Blue. HEX triplet: 5E, 56 and BA. RGB value is (94,86,186). Sum of RGB (Red+Green+Blue) = 94+86+186=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56BA is #A1A945. Grayscale: #636363. Windows color (decimal): -10594630 or 12211806. OLE color: 12211806.
HSL color Cylindrical-coordinate representation of color #5E56BA: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E56BA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 86 | 186 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.27 |
| HSL | 244.8º | 0.42% | 0.53% | - |
| HSV(B) | 244.8º | 0.54% | 0.73% | - |
| XYZ | 16.81 | 12.58 | 48 | - |
| YUV | 99.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 186 | 0.49 | 0.54 | 0 | 0.27 | 244.8 | 0.42 | 0.53 |
| Hex | 5E | 56 | BA | 31 | 36 | 0 | 1B | F5 | 2A | 35 |
| Octal | 136 | 126 | 272 | 61 | 66 | 0 | 33 | 365 | 52 | 65 |
| Binary | 1011110 | 1010110 | 10111010 | 110001 | 110110 | 0 | 11011 | 11110101 | 101010 | 110101 |
Color Harmonies of #5E56BA
Complementary color
Monochromatic Colors of #5E56BA
Black with #5E56BA
Text Example
Text Example
White with #5E56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56BA; }
p { color: rgb(94,86,186); }
H1.HeaderClassName
{
color: #5E56BA;
}
.AnyTagClassName
{
color: #5E56BA;
}
</style>
background-color css
<style>
a { background-color: #5E56BA; }
a { background-color: rgb(94,86,186); }
div.DivClassName
{
background-color: #5E56BA;
}
.BgClassName
{
background-color: #5E56BA;
}
</style>
border-color css
<style>
span { border-color: #5E56BA; }
span { border-color: rgb(94,86,186); }
td.TdClassName
{
border-color: #5E56BA;
}
.TagClassName
{
border-color: #5E56BA;
}
</style>