Shades of Rich Blue #5140AB
Tints of Rich Blue #5140AB
RGB
CMYK
RGB Variations
Color information
#5140AB (or 0x5140AB) is known color: Rich Blue. HEX triplet: 51, 40 and AB. RGB value is (81,64,171). Sum of RGB (Red+Green+Blue) = 81+64+171=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #5140AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5140AB is #AEBF54. Grayscale: #505050. Windows color (decimal): -11452245 or 11223121. OLE color: 11223121.
HSL color Cylindrical-coordinate representation of color #5140AB: hue angle of 249.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5140AB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 64 | 171 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.33 |
| HSL | 249.53º | 0.46% | 0.46% | - |
| HSV(B) | 249.53º | 0.63% | 0.67% | - |
| XYZ | 12.58 | 8.36 | 39.48 | - |
| YUV | 81.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 171 | 0.53 | 0.63 | 0 | 0.33 | 249.53 | 0.46 | 0.46 |
| Hex | 51 | 40 | AB | 35 | 3F | 0 | 21 | FA | 2E | 2E |
| Octal | 121 | 100 | 253 | 65 | 77 | 0 | 41 | 372 | 56 | 56 |
| Binary | 1010001 | 1000000 | 10101011 | 110101 | 111111 | 0 | 100001 | 11111010 | 101110 | 101110 |
Color Harmonies of #5140AB
Complementary color
Monochromatic Colors of #5140AB
Black with #5140AB
Text Example
Text Example
White with #5140AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140AB; }
p { color: rgb(81,64,171); }
H1.HeaderClassName
{
color: #5140AB;
}
.AnyTagClassName
{
color: #5140AB;
}
</style>
background-color css
<style>
a { background-color: #5140AB; }
a { background-color: rgb(81,64,171); }
div.DivClassName
{
background-color: #5140AB;
}
.BgClassName
{
background-color: #5140AB;
}
</style>
border-color css
<style>
span { border-color: #5140AB; }
span { border-color: rgb(81,64,171); }
td.TdClassName
{
border-color: #5140AB;
}
.TagClassName
{
border-color: #5140AB;
}
</style>