Shades of Rich Blue #5B56BA
Tints of Rich Blue #5B56BA
RGB
CMYK
RGB Variations
Color information
#5B56BA (or 0x5B56BA) is known color: Rich Blue. HEX triplet: 5B, 56 and BA. RGB value is (91,86,186). Sum of RGB (Red+Green+Blue) = 91+86+186=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56BA is #A4A945. Grayscale: #626262. Windows color (decimal): -10791238 or 12211803. OLE color: 12211803.
HSL color Cylindrical-coordinate representation of color #5B56BA: hue angle of 243º 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 #5B56BA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 86 | 186 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.27 |
| HSL | 243º | 0.42% | 0.53% | - |
| HSV(B) | 243º | 0.54% | 0.73% | - |
| XYZ | 16.51 | 12.42 | 47.98 | - |
| YUV | 98.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 186 | 0.51 | 0.54 | 0 | 0.27 | 243 | 0.42 | 0.53 |
| Hex | 5B | 56 | BA | 33 | 36 | 0 | 1B | F3 | 2A | 35 |
| Octal | 133 | 126 | 272 | 63 | 66 | 0 | 33 | 363 | 52 | 65 |
| Binary | 1011011 | 1010110 | 10111010 | 110011 | 110110 | 0 | 11011 | 11110011 | 101010 | 110101 |
Color Harmonies of #5B56BA
Complementary color
Monochromatic Colors of #5B56BA
Black with #5B56BA
Text Example
Text Example
White with #5B56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56BA; }
p { color: rgb(91,86,186); }
H1.HeaderClassName
{
color: #5B56BA;
}
.AnyTagClassName
{
color: #5B56BA;
}
</style>
background-color css
<style>
a { background-color: #5B56BA; }
a { background-color: rgb(91,86,186); }
div.DivClassName
{
background-color: #5B56BA;
}
.BgClassName
{
background-color: #5B56BA;
}
</style>
border-color css
<style>
span { border-color: #5B56BA; }
span { border-color: rgb(91,86,186); }
td.TdClassName
{
border-color: #5B56BA;
}
.TagClassName
{
border-color: #5B56BA;
}
</style>