Shades of Rich Blue #5B5AB9
Tints of Rich Blue #5B5AB9
RGB
CMYK
RGB Variations
Color information
#5B5AB9 (or 0x5B5AB9) is known color: Rich Blue. HEX triplet: 5B, 5A and B9. RGB value is (91,90,185). Sum of RGB (Red+Green+Blue) = 91+90+185=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #5B5AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5AB9 is #A4A546. Grayscale: #646464. Windows color (decimal): -10790215 or 12147291. OLE color: 12147291.
HSL color Cylindrical-coordinate representation of color #5B5AB9: hue angle of 240.63º degrees, saturation: 0.4, 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 #5B5AB9 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 90 | 185 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.27 |
| HSL | 240.63º | 0.4% | 0.54% | - |
| HSV(B) | 240.63º | 0.51% | 0.73% | - |
| XYZ | 16.73 | 13.04 | 47.53 | - |
| YUV | 101.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 185 | 0.51 | 0.51 | 0 | 0.27 | 240.63 | 0.4 | 0.54 |
| Hex | 5B | 5A | B9 | 33 | 33 | 0 | 1B | F1 | 28 | 36 |
| Octal | 133 | 132 | 271 | 63 | 63 | 0 | 33 | 361 | 50 | 66 |
| Binary | 1011011 | 1011010 | 10111001 | 110011 | 110011 | 0 | 11011 | 11110001 | 101000 | 110110 |
Color Harmonies of #5B5AB9
Complementary color
Monochromatic Colors of #5B5AB9
Black with #5B5AB9
Text Example
Text Example
White with #5B5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5AB9; }
p { color: rgb(91,90,185); }
H1.HeaderClassName
{
color: #5B5AB9;
}
.AnyTagClassName
{
color: #5B5AB9;
}
</style>
background-color css
<style>
a { background-color: #5B5AB9; }
a { background-color: rgb(91,90,185); }
div.DivClassName
{
background-color: #5B5AB9;
}
.BgClassName
{
background-color: #5B5AB9;
}
</style>
border-color css
<style>
span { border-color: #5B5AB9; }
span { border-color: rgb(91,90,185); }
td.TdClassName
{
border-color: #5B5AB9;
}
.TagClassName
{
border-color: #5B5AB9;
}
</style>