Shades of Rich Blue #5141AE
Tints of Rich Blue #5141AE
RGB
CMYK
RGB Variations
Color information
#5141AE (or 0x5141AE) is known color: Rich Blue. HEX triplet: 51, 41 and AE. RGB value is (81,65,174). Sum of RGB (Red+Green+Blue) = 81+65+174=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5141AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5141AE is #AEBE51. Grayscale: #515151. Windows color (decimal): -11451986 or 11419985. OLE color: 11419985.
HSL color Cylindrical-coordinate representation of color #5141AE: hue angle of 248.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5141AE is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 65 | 174 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.32 |
| HSL | 248.81º | 0.46% | 0.47% | - |
| HSV(B) | 248.81º | 0.63% | 0.68% | - |
| XYZ | 12.92 | 8.59 | 41.02 | - |
| YUV | 82.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 174 | 0.53 | 0.63 | 0 | 0.32 | 248.81 | 0.46 | 0.47 |
| Hex | 51 | 41 | AE | 35 | 3F | 0 | 20 | F9 | 2E | 2F |
| Octal | 121 | 101 | 256 | 65 | 77 | 0 | 40 | 371 | 56 | 57 |
| Binary | 1010001 | 1000001 | 10101110 | 110101 | 111111 | 0 | 100000 | 11111001 | 101110 | 101111 |
Color Harmonies of #5141AE
Complementary color
Monochromatic Colors of #5141AE
Black with #5141AE
Text Example
Text Example
White with #5141AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141AE; }
p { color: rgb(81,65,174); }
H1.HeaderClassName
{
color: #5141AE;
}
.AnyTagClassName
{
color: #5141AE;
}
</style>
background-color css
<style>
a { background-color: #5141AE; }
a { background-color: rgb(81,65,174); }
div.DivClassName
{
background-color: #5141AE;
}
.BgClassName
{
background-color: #5141AE;
}
</style>
border-color css
<style>
span { border-color: #5141AE; }
span { border-color: rgb(81,65,174); }
td.TdClassName
{
border-color: #5141AE;
}
.TagClassName
{
border-color: #5141AE;
}
</style>