Shades of Rich Blue #5B51B1
Tints of Rich Blue #5B51B1
RGB
CMYK
RGB Variations
Color information
#5B51B1 (or 0x5B51B1) is known color: Rich Blue. HEX triplet: 5B, 51 and B1. RGB value is (91,81,177). Sum of RGB (Red+Green+Blue) = 91+81+177=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B51B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B51B1 is #A4AE4E. Grayscale: #5E5E5E. Windows color (decimal): -10792527 or 11620699. OLE color: 11620699.
HSL color Cylindrical-coordinate representation of color #5B51B1: hue angle of 246.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B51B1 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 81 | 177 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.31 |
| HSL | 246.25º | 0.38% | 0.51% | - |
| HSV(B) | 246.25º | 0.54% | 0.69% | - |
| XYZ | 15.19 | 11.28 | 42.97 | - |
| YUV | 94.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 177 | 0.49 | 0.54 | 0 | 0.31 | 246.25 | 0.38 | 0.51 |
| Hex | 5B | 51 | B1 | 31 | 36 | 0 | 1F | F6 | 26 | 33 |
| Octal | 133 | 121 | 261 | 61 | 66 | 0 | 37 | 366 | 46 | 63 |
| Binary | 1011011 | 1010001 | 10110001 | 110001 | 110110 | 0 | 11111 | 11110110 | 100110 | 110011 |
Color Harmonies of #5B51B1
Complementary color
Monochromatic Colors of #5B51B1
Black with #5B51B1
Text Example
Text Example
White with #5B51B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B51B1; }
p { color: rgb(91,81,177); }
H1.HeaderClassName
{
color: #5B51B1;
}
.AnyTagClassName
{
color: #5B51B1;
}
</style>
background-color css
<style>
a { background-color: #5B51B1; }
a { background-color: rgb(91,81,177); }
div.DivClassName
{
background-color: #5B51B1;
}
.BgClassName
{
background-color: #5B51B1;
}
</style>
border-color css
<style>
span { border-color: #5B51B1; }
span { border-color: rgb(91,81,177); }
td.TdClassName
{
border-color: #5B51B1;
}
.TagClassName
{
border-color: #5B51B1;
}
</style>