Shades of Rich Blue #5159BA
Tints of Rich Blue #5159BA
RGB
CMYK
RGB Variations
Color information
#5159BA (or 0x5159BA) is known color: Rich Blue. HEX triplet: 51, 59 and BA. RGB value is (81,89,186). Sum of RGB (Red+Green+Blue) = 81+89+186=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5159BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159BA is #AEA645. Grayscale: #616161. Windows color (decimal): -11445830 or 12212561. OLE color: 12212561.
HSL color Cylindrical-coordinate representation of color #5159BA: hue angle of 235.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5159BA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 89 | 186 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.27 |
| HSL | 235.43º | 0.43% | 0.52% | - |
| HSV(B) | 235.43º | 0.56% | 0.73% | - |
| XYZ | 15.83 | 12.44 | 48.02 | - |
| YUV | 97.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 186 | 0.56 | 0.52 | 0 | 0.27 | 235.43 | 0.43 | 0.52 |
| Hex | 51 | 59 | BA | 38 | 34 | 0 | 1B | EB | 2B | 34 |
| Octal | 121 | 131 | 272 | 70 | 64 | 0 | 33 | 353 | 53 | 64 |
| Binary | 1010001 | 1011001 | 10111010 | 111000 | 110100 | 0 | 11011 | 11101011 | 101011 | 110100 |
Color Harmonies of #5159BA
Complementary color
Monochromatic Colors of #5159BA
Black with #5159BA
Text Example
Text Example
White with #5159BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159BA; }
p { color: rgb(81,89,186); }
H1.HeaderClassName
{
color: #5159BA;
}
.AnyTagClassName
{
color: #5159BA;
}
</style>
background-color css
<style>
a { background-color: #5159BA; }
a { background-color: rgb(81,89,186); }
div.DivClassName
{
background-color: #5159BA;
}
.BgClassName
{
background-color: #5159BA;
}
</style>
border-color css
<style>
span { border-color: #5159BA; }
span { border-color: rgb(81,89,186); }
td.TdClassName
{
border-color: #5159BA;
}
.TagClassName
{
border-color: #5159BA;
}
</style>