Shades of Rich Blue #5A4EAB
Tints of Rich Blue #5A4EAB
RGB
CMYK
RGB Variations
Color information
#5A4EAB (or 0x5A4EAB) is known color: Rich Blue. HEX triplet: 5A, 4E and AB. RGB value is (90,78,171). Sum of RGB (Red+Green+Blue) = 90+78+171=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4EAB is #A5B154. Grayscale: #5B5B5B. Windows color (decimal): -10858837 or 11226714. OLE color: 11226714.
HSL color Cylindrical-coordinate representation of color #5A4EAB: hue angle of 247.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A4EAB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 78 | 171 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.33 |
| HSL | 247.74º | 0.37% | 0.49% | - |
| HSV(B) | 247.74º | 0.54% | 0.67% | - |
| XYZ | 14.29 | 10.56 | 39.81 | - |
| YUV | 92.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 171 | 0.47 | 0.54 | 0 | 0.33 | 247.74 | 0.37 | 0.49 |
| Hex | 5A | 4E | AB | 2F | 36 | 0 | 21 | F8 | 25 | 31 |
| Octal | 132 | 116 | 253 | 57 | 66 | 0 | 41 | 370 | 45 | 61 |
| Binary | 1011010 | 1001110 | 10101011 | 101111 | 110110 | 0 | 100001 | 11111000 | 100101 | 110001 |
Color Harmonies of #5A4EAB
Complementary color
Monochromatic Colors of #5A4EAB
Black with #5A4EAB
Text Example
Text Example
White with #5A4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4EAB; }
p { color: rgb(90,78,171); }
H1.HeaderClassName
{
color: #5A4EAB;
}
.AnyTagClassName
{
color: #5A4EAB;
}
</style>
background-color css
<style>
a { background-color: #5A4EAB; }
a { background-color: rgb(90,78,171); }
div.DivClassName
{
background-color: #5A4EAB;
}
.BgClassName
{
background-color: #5A4EAB;
}
</style>
border-color css
<style>
span { border-color: #5A4EAB; }
span { border-color: rgb(90,78,171); }
td.TdClassName
{
border-color: #5A4EAB;
}
.TagClassName
{
border-color: #5A4EAB;
}
</style>