Shades of Rich Blue #5145B9
Tints of Rich Blue #5145B9
RGB
CMYK
RGB Variations
Color information
#5145B9 (or 0x5145B9) is known color: Rich Blue. HEX triplet: 51, 45 and B9. RGB value is (81,69,185). Sum of RGB (Red+Green+Blue) = 81+69+185=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #5145B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145B9 is #AEBA46. Grayscale: #555555. Windows color (decimal): -11450951 or 12141905. OLE color: 12141905.
HSL color Cylindrical-coordinate representation of color #5145B9: hue angle of 246.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5145B9 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 69 | 185 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.27 |
| HSL | 246.21º | 0.46% | 0.5% | - |
| HSV(B) | 246.21º | 0.63% | 0.73% | - |
| XYZ | 14.28 | 9.51 | 46.98 | - |
| YUV | 85.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 185 | 0.56 | 0.63 | 0 | 0.27 | 246.21 | 0.46 | 0.5 |
| Hex | 51 | 45 | B9 | 38 | 3F | 0 | 1B | F6 | 2E | 32 |
| Octal | 121 | 105 | 271 | 70 | 77 | 0 | 33 | 366 | 56 | 62 |
| Binary | 1010001 | 1000101 | 10111001 | 111000 | 111111 | 0 | 11011 | 11110110 | 101110 | 110010 |
Color Harmonies of #5145B9
Complementary color
Monochromatic Colors of #5145B9
Black with #5145B9
Text Example
Text Example
White with #5145B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145B9; }
p { color: rgb(81,69,185); }
H1.HeaderClassName
{
color: #5145B9;
}
.AnyTagClassName
{
color: #5145B9;
}
</style>
background-color css
<style>
a { background-color: #5145B9; }
a { background-color: rgb(81,69,185); }
div.DivClassName
{
background-color: #5145B9;
}
.BgClassName
{
background-color: #5145B9;
}
</style>
border-color css
<style>
span { border-color: #5145B9; }
span { border-color: rgb(81,69,185); }
td.TdClassName
{
border-color: #5145B9;
}
.TagClassName
{
border-color: #5145B9;
}
</style>