Shades of Rich Blue #5B56BF
Tints of Rich Blue #5B56BF
RGB
CMYK
RGB Variations
Color information
#5B56BF (or 0x5B56BF) is known color: Rich Blue. HEX triplet: 5B, 56 and BF. RGB value is (91,86,191). Sum of RGB (Red+Green+Blue) = 91+86+191=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B56BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56BF is #A4A940. Grayscale: #636363. Windows color (decimal): -10791233 or 12539483. OLE color: 12539483.
HSL color Cylindrical-coordinate representation of color #5B56BF: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B56BF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 86 | 191 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.25 |
| HSL | 242.86º | 0.45% | 0.54% | - |
| HSV(B) | 242.86º | 0.55% | 0.75% | - |
| XYZ | 17.05 | 12.64 | 50.83 | - |
| YUV | 99.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 191 | 0.52 | 0.55 | 0 | 0.25 | 242.86 | 0.45 | 0.54 |
| Hex | 5B | 56 | BF | 34 | 37 | 0 | 19 | F3 | 2D | 36 |
| Octal | 133 | 126 | 277 | 64 | 67 | 0 | 31 | 363 | 55 | 66 |
| Binary | 1011011 | 1010110 | 10111111 | 110100 | 110111 | 0 | 11001 | 11110011 | 101101 | 110110 |
Color Harmonies of #5B56BF
Complementary color
Monochromatic Colors of #5B56BF
Black with #5B56BF
Text Example
Text Example
White with #5B56BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56BF; }
p { color: rgb(91,86,191); }
H1.HeaderClassName
{
color: #5B56BF;
}
.AnyTagClassName
{
color: #5B56BF;
}
</style>
background-color css
<style>
a { background-color: #5B56BF; }
a { background-color: rgb(91,86,191); }
div.DivClassName
{
background-color: #5B56BF;
}
.BgClassName
{
background-color: #5B56BF;
}
</style>
border-color css
<style>
span { border-color: #5B56BF; }
span { border-color: rgb(91,86,191); }
td.TdClassName
{
border-color: #5B56BF;
}
.TagClassName
{
border-color: #5B56BF;
}
</style>