Shades of Rich Blue #514FBB
Tints of Rich Blue #514FBB
RGB
CMYK
RGB Variations
Color information
#514FBB (or 0x514FBB) is known color: Rich Blue. HEX triplet: 51, 4F and BB. RGB value is (81,79,187). Sum of RGB (Red+Green+Blue) = 81+79+187=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #514FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBB is #AEB044. Grayscale: #5B5B5B. Windows color (decimal): -11448389 or 12275537. OLE color: 12275537.
HSL color Cylindrical-coordinate representation of color #514FBB: hue angle of 241.11º 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 #514FBB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 79 | 187 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.27 |
| HSL | 241.11º | 0.44% | 0.52% | - |
| HSV(B) | 241.11º | 0.58% | 0.73% | - |
| XYZ | 15.16 | 10.93 | 48.32 | - |
| YUV | 91.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 187 | 0.57 | 0.58 | 0 | 0.27 | 241.11 | 0.44 | 0.52 |
| Hex | 51 | 4F | BB | 39 | 3A | 0 | 1B | F1 | 2C | 34 |
| Octal | 121 | 117 | 273 | 71 | 72 | 0 | 33 | 361 | 54 | 64 |
| Binary | 1010001 | 1001111 | 10111011 | 111001 | 111010 | 0 | 11011 | 11110001 | 101100 | 110100 |
Color Harmonies of #514FBB
Complementary color
Monochromatic Colors of #514FBB
Black with #514FBB
Text Example
Text Example
White with #514FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FBB; }
p { color: rgb(81,79,187); }
H1.HeaderClassName
{
color: #514FBB;
}
.AnyTagClassName
{
color: #514FBB;
}
</style>
background-color css
<style>
a { background-color: #514FBB; }
a { background-color: rgb(81,79,187); }
div.DivClassName
{
background-color: #514FBB;
}
.BgClassName
{
background-color: #514FBB;
}
</style>
border-color css
<style>
span { border-color: #514FBB; }
span { border-color: rgb(81,79,187); }
td.TdClassName
{
border-color: #514FBB;
}
.TagClassName
{
border-color: #514FBB;
}
</style>