Shades of Rich Blue #5144AE
Tints of Rich Blue #5144AE
RGB
CMYK
RGB Variations
Color information
#5144AE (or 0x5144AE) is known color: Rich Blue. HEX triplet: 51, 44 and AE. RGB value is (81,68,174). Sum of RGB (Red+Green+Blue) = 81+68+174=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #5144AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5144AE is #AEBB51. Grayscale: #535353. Windows color (decimal): -11451218 or 11420753. OLE color: 11420753.
HSL color Cylindrical-coordinate representation of color #5144AE: hue angle of 247.36º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5144AE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 68 | 174 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.32 |
| HSL | 247.36º | 0.44% | 0.47% | - |
| HSV(B) | 247.36º | 0.61% | 0.68% | - |
| XYZ | 13.1 | 8.94 | 41.08 | - |
| YUV | 83.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 174 | 0.53 | 0.61 | 0 | 0.32 | 247.36 | 0.44 | 0.47 |
| Hex | 51 | 44 | AE | 35 | 3D | 0 | 20 | F7 | 2C | 2F |
| Octal | 121 | 104 | 256 | 65 | 75 | 0 | 40 | 367 | 54 | 57 |
| Binary | 1010001 | 1000100 | 10101110 | 110101 | 111101 | 0 | 100000 | 11110111 | 101100 | 101111 |
Color Harmonies of #5144AE
Complementary color
Monochromatic Colors of #5144AE
Black with #5144AE
Text Example
Text Example
White with #5144AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5144AE; }
p { color: rgb(81,68,174); }
H1.HeaderClassName
{
color: #5144AE;
}
.AnyTagClassName
{
color: #5144AE;
}
</style>
background-color css
<style>
a { background-color: #5144AE; }
a { background-color: rgb(81,68,174); }
div.DivClassName
{
background-color: #5144AE;
}
.BgClassName
{
background-color: #5144AE;
}
</style>
border-color css
<style>
span { border-color: #5144AE; }
span { border-color: rgb(81,68,174); }
td.TdClassName
{
border-color: #5144AE;
}
.TagClassName
{
border-color: #5144AE;
}
</style>