Shades of Rich Blue #5156AD
Tints of Rich Blue #5156AD
RGB
CMYK
RGB Variations
Color information
#5156AD (or 0x5156AD) is known color: Rich Blue. HEX triplet: 51, 56 and AD. RGB value is (81,86,173). Sum of RGB (Red+Green+Blue) = 81+86+173=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #5156AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5156AD is #AEA952. Grayscale: #5E5E5E. Windows color (decimal): -11446611 or 11359825. OLE color: 11359825.
HSL color Cylindrical-coordinate representation of color #5156AD: hue angle of 236.74º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5156AD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 86 | 173 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.32 |
| HSL | 236.74º | 0.36% | 0.5% | - |
| HSV(B) | 236.74º | 0.53% | 0.68% | - |
| XYZ | 14.26 | 11.42 | 40.99 | - |
| YUV | 94.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 173 | 0.53 | 0.50 | 0 | 0.32 | 236.74 | 0.36 | 0.5 |
| Hex | 51 | 56 | AD | 35 | 32 | 0 | 20 | ED | 24 | 32 |
| Octal | 121 | 126 | 255 | 65 | 62 | 0 | 40 | 355 | 44 | 62 |
| Binary | 1010001 | 1010110 | 10101101 | 110101 | 110010 | 0 | 100000 | 11101101 | 100100 | 110010 |
Color Harmonies of #5156AD
Complementary color
Monochromatic Colors of #5156AD
Black with #5156AD
Text Example
Text Example
White with #5156AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5156AD; }
p { color: rgb(81,86,173); }
H1.HeaderClassName
{
color: #5156AD;
}
.AnyTagClassName
{
color: #5156AD;
}
</style>
background-color css
<style>
a { background-color: #5156AD; }
a { background-color: rgb(81,86,173); }
div.DivClassName
{
background-color: #5156AD;
}
.BgClassName
{
background-color: #5156AD;
}
</style>
border-color css
<style>
span { border-color: #5156AD; }
span { border-color: rgb(81,86,173); }
td.TdClassName
{
border-color: #5156AD;
}
.TagClassName
{
border-color: #5156AD;
}
</style>