Shades of Rich Blue #5A50AD
Tints of Rich Blue #5A50AD
RGB
CMYK
RGB Variations
Color information
#5A50AD (or 0x5A50AD) is known color: Rich Blue. HEX triplet: 5A, 50 and AD. RGB value is (90,80,173). Sum of RGB (Red+Green+Blue) = 90+80+173=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A50AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A50AD is #A5AF52. Grayscale: #5D5D5D. Windows color (decimal): -10858323 or 11358298. OLE color: 11358298.
HSL color Cylindrical-coordinate representation of color #5A50AD: hue angle of 246.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A50AD is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 80 | 173 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.32 |
| HSL | 246.45º | 0.37% | 0.5% | - |
| HSV(B) | 246.45º | 0.54% | 0.68% | - |
| XYZ | 14.63 | 10.93 | 40.87 | - |
| YUV | 93.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 173 | 0.48 | 0.54 | 0 | 0.32 | 246.45 | 0.37 | 0.5 |
| Hex | 5A | 50 | AD | 30 | 36 | 0 | 20 | F6 | 25 | 32 |
| Octal | 132 | 120 | 255 | 60 | 66 | 0 | 40 | 366 | 45 | 62 |
| Binary | 1011010 | 1010000 | 10101101 | 110000 | 110110 | 0 | 100000 | 11110110 | 100101 | 110010 |
Color Harmonies of #5A50AD
Complementary color
Monochromatic Colors of #5A50AD
Black with #5A50AD
Text Example
Text Example
White with #5A50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A50AD; }
p { color: rgb(90,80,173); }
H1.HeaderClassName
{
color: #5A50AD;
}
.AnyTagClassName
{
color: #5A50AD;
}
</style>
background-color css
<style>
a { background-color: #5A50AD; }
a { background-color: rgb(90,80,173); }
div.DivClassName
{
background-color: #5A50AD;
}
.BgClassName
{
background-color: #5A50AD;
}
</style>
border-color css
<style>
span { border-color: #5A50AD; }
span { border-color: rgb(90,80,173); }
td.TdClassName
{
border-color: #5A50AD;
}
.TagClassName
{
border-color: #5A50AD;
}
</style>