Shades of Rich Blue #514EBA
Tints of Rich Blue #514EBA
RGB
CMYK
RGB Variations
Color information
#514EBA (or 0x514EBA) is known color: Rich Blue. HEX triplet: 51, 4E and BA. RGB value is (81,78,186). Sum of RGB (Red+Green+Blue) = 81+78+186=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #514EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EBA is #AEB145. Grayscale: #5A5A5A. Windows color (decimal): -11448646 or 12209745. OLE color: 12209745.
HSL color Cylindrical-coordinate representation of color #514EBA: hue angle of 241.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514EBA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 78 | 186 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.27 |
| HSL | 241.67º | 0.44% | 0.52% | - |
| HSV(B) | 241.67º | 0.58% | 0.73% | - |
| XYZ | 14.98 | 10.74 | 47.74 | - |
| YUV | 91.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 186 | 0.56 | 0.58 | 0 | 0.27 | 241.67 | 0.44 | 0.52 |
| Hex | 51 | 4E | BA | 38 | 3A | 0 | 1B | F2 | 2C | 34 |
| Octal | 121 | 116 | 272 | 70 | 72 | 0 | 33 | 362 | 54 | 64 |
| Binary | 1010001 | 1001110 | 10111010 | 111000 | 111010 | 0 | 11011 | 11110010 | 101100 | 110100 |
Color Harmonies of #514EBA
Complementary color
Monochromatic Colors of #514EBA
Black with #514EBA
Text Example
Text Example
White with #514EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EBA; }
p { color: rgb(81,78,186); }
H1.HeaderClassName
{
color: #514EBA;
}
.AnyTagClassName
{
color: #514EBA;
}
</style>
background-color css
<style>
a { background-color: #514EBA; }
a { background-color: rgb(81,78,186); }
div.DivClassName
{
background-color: #514EBA;
}
.BgClassName
{
background-color: #514EBA;
}
</style>
border-color css
<style>
span { border-color: #514EBA; }
span { border-color: rgb(81,78,186); }
td.TdClassName
{
border-color: #514EBA;
}
.TagClassName
{
border-color: #514EBA;
}
</style>