Shades of Rich Blue #5140AC
Tints of Rich Blue #5140AC
RGB
CMYK
RGB Variations
Color information
#5140AC (or 0x5140AC) is known color: Rich Blue. HEX triplet: 51, 40 and AC. RGB value is (81,64,172). Sum of RGB (Red+Green+Blue) = 81+64+172=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5140AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5140AC is #AEBF53. Grayscale: #505050. Windows color (decimal): -11452244 or 11288657. OLE color: 11288657.
HSL color Cylindrical-coordinate representation of color #5140AC: hue angle of 249.44º 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 #5140AC is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 64 | 172 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.33 |
| HSL | 249.44º | 0.46% | 0.46% | - |
| HSV(B) | 249.44º | 0.63% | 0.67% | - |
| XYZ | 12.67 | 8.39 | 39.98 | - |
| YUV | 81.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 172 | 0.53 | 0.63 | 0 | 0.33 | 249.44 | 0.46 | 0.46 |
| Hex | 51 | 40 | AC | 35 | 3F | 0 | 21 | F9 | 2E | 2E |
| Octal | 121 | 100 | 254 | 65 | 77 | 0 | 41 | 371 | 56 | 56 |
| Binary | 1010001 | 1000000 | 10101100 | 110101 | 111111 | 0 | 100001 | 11111001 | 101110 | 101110 |
Color Harmonies of #5140AC
Complementary color
Monochromatic Colors of #5140AC
Black with #5140AC
Text Example
Text Example
White with #5140AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140AC; }
p { color: rgb(81,64,172); }
H1.HeaderClassName
{
color: #5140AC;
}
.AnyTagClassName
{
color: #5140AC;
}
</style>
background-color css
<style>
a { background-color: #5140AC; }
a { background-color: rgb(81,64,172); }
div.DivClassName
{
background-color: #5140AC;
}
.BgClassName
{
background-color: #5140AC;
}
</style>
border-color css
<style>
span { border-color: #5140AC; }
span { border-color: rgb(81,64,172); }
td.TdClassName
{
border-color: #5140AC;
}
.TagClassName
{
border-color: #5140AC;
}
</style>