Shades of Rich Blue #5149BE
Tints of Rich Blue #5149BE
RGB
CMYK
RGB Variations
Color information
#5149BE (or 0x5149BE) is known color: Rich Blue. HEX triplet: 51, 49 and BE. RGB value is (81,73,190). Sum of RGB (Red+Green+Blue) = 81+73+190=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5149BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149BE is #AEB641. Grayscale: #585858. Windows color (decimal): -11449922 or 12470609. OLE color: 12470609.
HSL color Cylindrical-coordinate representation of color #5149BE: hue angle of 244.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5149BE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 73 | 190 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.25 |
| HSL | 244.1º | 0.47% | 0.52% | - |
| HSV(B) | 244.1º | 0.62% | 0.75% | - |
| XYZ | 15.07 | 10.23 | 49.9 | - |
| YUV | 88.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 190 | 0.57 | 0.62 | 0 | 0.25 | 244.1 | 0.47 | 0.52 |
| Hex | 51 | 49 | BE | 39 | 3E | 0 | 19 | F4 | 2F | 34 |
| Octal | 121 | 111 | 276 | 71 | 76 | 0 | 31 | 364 | 57 | 64 |
| Binary | 1010001 | 1001001 | 10111110 | 111001 | 111110 | 0 | 11001 | 11110100 | 101111 | 110100 |
Color Harmonies of #5149BE
Complementary color
Monochromatic Colors of #5149BE
Black with #5149BE
Text Example
Text Example
White with #5149BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5149BE; }
p { color: rgb(81,73,190); }
H1.HeaderClassName
{
color: #5149BE;
}
.AnyTagClassName
{
color: #5149BE;
}
</style>
background-color css
<style>
a { background-color: #5149BE; }
a { background-color: rgb(81,73,190); }
div.DivClassName
{
background-color: #5149BE;
}
.BgClassName
{
background-color: #5149BE;
}
</style>
border-color css
<style>
span { border-color: #5149BE; }
span { border-color: rgb(81,73,190); }
td.TdClassName
{
border-color: #5149BE;
}
.TagClassName
{
border-color: #5149BE;
}
</style>