Shades of Rich Blue #514FB9
Tints of Rich Blue #514FB9
RGB
CMYK
RGB Variations
Color information
#514FB9 (or 0x514FB9) is known color: Rich Blue. HEX triplet: 51, 4F and B9. RGB value is (81,79,185). Sum of RGB (Red+Green+Blue) = 81+79+185=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #514FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FB9 is #AEB046. Grayscale: #5B5B5B. Windows color (decimal): -11448391 or 12144465. OLE color: 12144465.
HSL color Cylindrical-coordinate representation of color #514FB9: hue angle of 241.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514FB9 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 79 | 185 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.27 |
| HSL | 241.13º | 0.43% | 0.52% | - |
| HSV(B) | 241.13º | 0.57% | 0.73% | - |
| XYZ | 14.95 | 10.84 | 47.2 | - |
| YUV | 91.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 185 | 0.56 | 0.57 | 0 | 0.27 | 241.13 | 0.43 | 0.52 |
| Hex | 51 | 4F | B9 | 38 | 39 | 0 | 1B | F1 | 2B | 34 |
| Octal | 121 | 117 | 271 | 70 | 71 | 0 | 33 | 361 | 53 | 64 |
| Binary | 1010001 | 1001111 | 10111001 | 111000 | 111001 | 0 | 11011 | 11110001 | 101011 | 110100 |
Color Harmonies of #514FB9
Complementary color
Monochromatic Colors of #514FB9
Black with #514FB9
Text Example
Text Example
White with #514FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FB9; }
p { color: rgb(81,79,185); }
H1.HeaderClassName
{
color: #514FB9;
}
.AnyTagClassName
{
color: #514FB9;
}
</style>
background-color css
<style>
a { background-color: #514FB9; }
a { background-color: rgb(81,79,185); }
div.DivClassName
{
background-color: #514FB9;
}
.BgClassName
{
background-color: #514FB9;
}
</style>
border-color css
<style>
span { border-color: #514FB9; }
span { border-color: rgb(81,79,185); }
td.TdClassName
{
border-color: #514FB9;
}
.TagClassName
{
border-color: #514FB9;
}
</style>