Shades of Rich Blue #5148B9
Tints of Rich Blue #5148B9
RGB
CMYK
RGB Variations
Color information
#5148B9 (or 0x5148B9) is known color: Rich Blue. HEX triplet: 51, 48 and B9. RGB value is (81,72,185). Sum of RGB (Red+Green+Blue) = 81+72+185=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #5148B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148B9 is #AEB746. Grayscale: #575757. Windows color (decimal): -11450183 or 12142673. OLE color: 12142673.
HSL color Cylindrical-coordinate representation of color #5148B9: hue angle of 244.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5148B9 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 72 | 185 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.27 |
| HSL | 244.78º | 0.45% | 0.5% | - |
| HSV(B) | 244.78º | 0.61% | 0.73% | - |
| XYZ | 14.47 | 9.89 | 47.04 | - |
| YUV | 87.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 185 | 0.56 | 0.61 | 0 | 0.27 | 244.78 | 0.45 | 0.5 |
| Hex | 51 | 48 | B9 | 38 | 3D | 0 | 1B | F5 | 2D | 32 |
| Octal | 121 | 110 | 271 | 70 | 75 | 0 | 33 | 365 | 55 | 62 |
| Binary | 1010001 | 1001000 | 10111001 | 111000 | 111101 | 0 | 11011 | 11110101 | 101101 | 110010 |
Color Harmonies of #5148B9
Complementary color
Monochromatic Colors of #5148B9
Black with #5148B9
Text Example
Text Example
White with #5148B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148B9; }
p { color: rgb(81,72,185); }
H1.HeaderClassName
{
color: #5148B9;
}
.AnyTagClassName
{
color: #5148B9;
}
</style>
background-color css
<style>
a { background-color: #5148B9; }
a { background-color: rgb(81,72,185); }
div.DivClassName
{
background-color: #5148B9;
}
.BgClassName
{
background-color: #5148B9;
}
</style>
border-color css
<style>
span { border-color: #5148B9; }
span { border-color: rgb(81,72,185); }
td.TdClassName
{
border-color: #5148B9;
}
.TagClassName
{
border-color: #5148B9;
}
</style>