Shades of Rich Blue #5148AD
Tints of Rich Blue #5148AD
RGB
CMYK
RGB Variations
Color information
#5148AD (or 0x5148AD) is known color: Rich Blue. HEX triplet: 51, 48 and AD. RGB value is (81,72,173). Sum of RGB (Red+Green+Blue) = 81+72+173=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5148AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148AD is #AEB752. Grayscale: #555555. Windows color (decimal): -11450195 or 11356241. OLE color: 11356241.
HSL color Cylindrical-coordinate representation of color #5148AD: hue angle of 245.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5148AD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 72 | 173 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.32 |
| HSL | 245.35º | 0.41% | 0.48% | - |
| HSV(B) | 245.35º | 0.58% | 0.68% | - |
| XYZ | 13.25 | 9.4 | 40.65 | - |
| YUV | 86.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 173 | 0.53 | 0.58 | 0 | 0.32 | 245.35 | 0.41 | 0.48 |
| Hex | 51 | 48 | AD | 35 | 3A | 0 | 20 | F5 | 29 | 30 |
| Octal | 121 | 110 | 255 | 65 | 72 | 0 | 40 | 365 | 51 | 60 |
| Binary | 1010001 | 1001000 | 10101101 | 110101 | 111010 | 0 | 100000 | 11110101 | 101001 | 110000 |
Color Harmonies of #5148AD
Complementary color
Monochromatic Colors of #5148AD
Black with #5148AD
Text Example
Text Example
White with #5148AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148AD; }
p { color: rgb(81,72,173); }
H1.HeaderClassName
{
color: #5148AD;
}
.AnyTagClassName
{
color: #5148AD;
}
</style>
background-color css
<style>
a { background-color: #5148AD; }
a { background-color: rgb(81,72,173); }
div.DivClassName
{
background-color: #5148AD;
}
.BgClassName
{
background-color: #5148AD;
}
</style>
border-color css
<style>
span { border-color: #5148AD; }
span { border-color: rgb(81,72,173); }
td.TdClassName
{
border-color: #5148AD;
}
.TagClassName
{
border-color: #5148AD;
}
</style>