Shades of Rich Blue #5B5ABB
Tints of Rich Blue #5B5ABB
RGB
CMYK
RGB Variations
Color information
#5B5ABB (or 0x5B5ABB) is known color: Rich Blue. HEX triplet: 5B, 5A and BB. RGB value is (91,90,187). Sum of RGB (Red+Green+Blue) = 91+90+187=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ABB is #A4A544. Grayscale: #646464. Windows color (decimal): -10790213 or 12278363. OLE color: 12278363.
HSL color Cylindrical-coordinate representation of color #5B5ABB: hue angle of 240.62º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5ABB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 90 | 187 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.27 |
| HSL | 240.62º | 0.42% | 0.54% | - |
| HSV(B) | 240.62º | 0.52% | 0.73% | - |
| XYZ | 16.94 | 13.12 | 48.65 | - |
| YUV | 101.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 187 | 0.51 | 0.52 | 0 | 0.27 | 240.62 | 0.42 | 0.54 |
| Hex | 5B | 5A | BB | 33 | 34 | 0 | 1B | F1 | 2A | 36 |
| Octal | 133 | 132 | 273 | 63 | 64 | 0 | 33 | 361 | 52 | 66 |
| Binary | 1011011 | 1011010 | 10111011 | 110011 | 110100 | 0 | 11011 | 11110001 | 101010 | 110110 |
Color Harmonies of #5B5ABB
Complementary color
Monochromatic Colors of #5B5ABB
Black with #5B5ABB
Text Example
Text Example
White with #5B5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ABB; }
p { color: rgb(91,90,187); }
H1.HeaderClassName
{
color: #5B5ABB;
}
.AnyTagClassName
{
color: #5B5ABB;
}
</style>
background-color css
<style>
a { background-color: #5B5ABB; }
a { background-color: rgb(91,90,187); }
div.DivClassName
{
background-color: #5B5ABB;
}
.BgClassName
{
background-color: #5B5ABB;
}
</style>
border-color css
<style>
span { border-color: #5B5ABB; }
span { border-color: rgb(91,90,187); }
td.TdClassName
{
border-color: #5B5ABB;
}
.TagClassName
{
border-color: #5B5ABB;
}
</style>