Shades of Rich Blue #5A4DB1
Tints of Rich Blue #5A4DB1
RGB
CMYK
RGB Variations
Color information
#5A4DB1 (or 0x5A4DB1) is known color: Rich Blue. HEX triplet: 5A, 4D and B1. RGB value is (90,77,177). Sum of RGB (Red+Green+Blue) = 90+77+177=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #5A4DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4DB1 is #A5B24E. Grayscale: #5B5B5B. Windows color (decimal): -10859087 or 11619674. OLE color: 11619674.
HSL color Cylindrical-coordinate representation of color #5A4DB1: hue angle of 247.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A4DB1 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 77 | 177 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.31 |
| HSL | 247.8º | 0.39% | 0.5% | - |
| HSV(B) | 247.8º | 0.56% | 0.69% | - |
| XYZ | 14.81 | 10.66 | 42.87 | - |
| YUV | 92.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 177 | 0.49 | 0.56 | 0 | 0.31 | 247.8 | 0.39 | 0.5 |
| Hex | 5A | 4D | B1 | 31 | 38 | 0 | 1F | F8 | 27 | 32 |
| Octal | 132 | 115 | 261 | 61 | 70 | 0 | 37 | 370 | 47 | 62 |
| Binary | 1011010 | 1001101 | 10110001 | 110001 | 111000 | 0 | 11111 | 11111000 | 100111 | 110010 |
Color Harmonies of #5A4DB1
Complementary color
Monochromatic Colors of #5A4DB1
Black with #5A4DB1
Text Example
Text Example
White with #5A4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4DB1; }
p { color: rgb(90,77,177); }
H1.HeaderClassName
{
color: #5A4DB1;
}
.AnyTagClassName
{
color: #5A4DB1;
}
</style>
background-color css
<style>
a { background-color: #5A4DB1; }
a { background-color: rgb(90,77,177); }
div.DivClassName
{
background-color: #5A4DB1;
}
.BgClassName
{
background-color: #5A4DB1;
}
</style>
border-color css
<style>
span { border-color: #5A4DB1; }
span { border-color: rgb(90,77,177); }
td.TdClassName
{
border-color: #5A4DB1;
}
.TagClassName
{
border-color: #5A4DB1;
}
</style>