Shades of Rich Blue #5A51BA
Tints of Rich Blue #5A51BA
RGB
CMYK
RGB Variations
Color information
#5A51BA (or 0x5A51BA) is known color: Rich Blue. HEX triplet: 5A, 51 and BA. RGB value is (90,81,186). Sum of RGB (Red+Green+Blue) = 90+81+186=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A51BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51BA is #A5AE45. Grayscale: #5F5F5F. Windows color (decimal): -10858054 or 12210522. OLE color: 12210522.
HSL color Cylindrical-coordinate representation of color #5A51BA: hue angle of 245.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A51BA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 81 | 186 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.27 |
| HSL | 245.14º | 0.43% | 0.52% | - |
| HSV(B) | 245.14º | 0.56% | 0.73% | - |
| XYZ | 16.02 | 11.6 | 47.85 | - |
| YUV | 95.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 186 | 0.52 | 0.56 | 0 | 0.27 | 245.14 | 0.43 | 0.52 |
| Hex | 5A | 51 | BA | 34 | 38 | 0 | 1B | F5 | 2B | 34 |
| Octal | 132 | 121 | 272 | 64 | 70 | 0 | 33 | 365 | 53 | 64 |
| Binary | 1011010 | 1010001 | 10111010 | 110100 | 111000 | 0 | 11011 | 11110101 | 101011 | 110100 |
Color Harmonies of #5A51BA
Complementary color
Monochromatic Colors of #5A51BA
Black with #5A51BA
Text Example
Text Example
White with #5A51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A51BA; }
p { color: rgb(90,81,186); }
H1.HeaderClassName
{
color: #5A51BA;
}
.AnyTagClassName
{
color: #5A51BA;
}
</style>
background-color css
<style>
a { background-color: #5A51BA; }
a { background-color: rgb(90,81,186); }
div.DivClassName
{
background-color: #5A51BA;
}
.BgClassName
{
background-color: #5A51BA;
}
</style>
border-color css
<style>
span { border-color: #5A51BA; }
span { border-color: rgb(90,81,186); }
td.TdClassName
{
border-color: #5A51BA;
}
.TagClassName
{
border-color: #5A51BA;
}
</style>