Shades of Rich Blue #5141AD
Tints of Rich Blue #5141AD
RGB
CMYK
RGB Variations
Color information
#5141AD (or 0x5141AD) is known color: Rich Blue. HEX triplet: 51, 41 and AD. RGB value is (81,65,173). Sum of RGB (Red+Green+Blue) = 81+65+173=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #5141AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5141AD is #AEBE52. Grayscale: #515151. Windows color (decimal): -11451987 or 11354449. OLE color: 11354449.
HSL color Cylindrical-coordinate representation of color #5141AD: hue angle of 248.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5141AD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 65 | 173 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.32 |
| HSL | 248.89º | 0.45% | 0.47% | - |
| HSV(B) | 248.89º | 0.62% | 0.68% | - |
| XYZ | 12.83 | 8.55 | 40.51 | - |
| YUV | 82.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 173 | 0.53 | 0.62 | 0 | 0.32 | 248.89 | 0.45 | 0.47 |
| Hex | 51 | 41 | AD | 35 | 3E | 0 | 20 | F9 | 2D | 2F |
| Octal | 121 | 101 | 255 | 65 | 76 | 0 | 40 | 371 | 55 | 57 |
| Binary | 1010001 | 1000001 | 10101101 | 110101 | 111110 | 0 | 100000 | 11111001 | 101101 | 101111 |
Color Harmonies of #5141AD
Complementary color
Monochromatic Colors of #5141AD
Black with #5141AD
Text Example
Text Example
White with #5141AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141AD; }
p { color: rgb(81,65,173); }
H1.HeaderClassName
{
color: #5141AD;
}
.AnyTagClassName
{
color: #5141AD;
}
</style>
background-color css
<style>
a { background-color: #5141AD; }
a { background-color: rgb(81,65,173); }
div.DivClassName
{
background-color: #5141AD;
}
.BgClassName
{
background-color: #5141AD;
}
</style>
border-color css
<style>
span { border-color: #5141AD; }
span { border-color: rgb(81,65,173); }
td.TdClassName
{
border-color: #5141AD;
}
.TagClassName
{
border-color: #5141AD;
}
</style>