Shades of Rich Blue #5A4DB5
Tints of Rich Blue #5A4DB5
RGB
CMYK
RGB Variations
Color information
#5A4DB5 (or 0x5A4DB5) is known color: Rich Blue. HEX triplet: 5A, 4D and B5. RGB value is (90,77,181). Sum of RGB (Red+Green+Blue) = 90+77+181=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A4DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DB5 is #A5B24A. Grayscale: #5C5C5C. Windows color (decimal): -10859083 or 11881818. OLE color: 11881818.
HSL color Cylindrical-coordinate representation of color #5A4DB5: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A4DB5 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 77 | 181 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.29 |
| HSL | 247.5º | 0.41% | 0.51% | - |
| HSV(B) | 247.5º | 0.57% | 0.71% | - |
| XYZ | 15.21 | 10.82 | 45 | - |
| YUV | 92.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 181 | 0.50 | 0.57 | 0 | 0.29 | 247.5 | 0.41 | 0.51 |
| Hex | 5A | 4D | B5 | 32 | 39 | 0 | 1D | F8 | 29 | 33 |
| Octal | 132 | 115 | 265 | 62 | 71 | 0 | 35 | 370 | 51 | 63 |
| Binary | 1011010 | 1001101 | 10110101 | 110010 | 111001 | 0 | 11101 | 11111000 | 101001 | 110011 |
Color Harmonies of #5A4DB5
Complementary color
Monochromatic Colors of #5A4DB5
Black with #5A4DB5
Text Example
Text Example
White with #5A4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4DB5; }
p { color: rgb(90,77,181); }
H1.HeaderClassName
{
color: #5A4DB5;
}
.AnyTagClassName
{
color: #5A4DB5;
}
</style>
background-color css
<style>
a { background-color: #5A4DB5; }
a { background-color: rgb(90,77,181); }
div.DivClassName
{
background-color: #5A4DB5;
}
.BgClassName
{
background-color: #5A4DB5;
}
</style>
border-color css
<style>
span { border-color: #5A4DB5; }
span { border-color: rgb(90,77,181); }
td.TdClassName
{
border-color: #5A4DB5;
}
.TagClassName
{
border-color: #5A4DB5;
}
</style>