Shades of Rich Blue #514DBE
Tints of Rich Blue #514DBE
RGB
CMYK
RGB Variations
Color information
#514DBE (or 0x514DBE) is known color: Rich Blue. HEX triplet: 51, 4D and BE. RGB value is (81,77,190). Sum of RGB (Red+Green+Blue) = 81+77+190=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #514DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBE is #AEB241. Grayscale: #5A5A5A. Windows color (decimal): -11448898 or 12471633. OLE color: 12471633.
HSL color Cylindrical-coordinate representation of color #514DBE: hue angle of 242.12º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514DBE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 77 | 190 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.25 |
| HSL | 242.12º | 0.47% | 0.52% | - |
| HSV(B) | 242.12º | 0.59% | 0.75% | - |
| XYZ | 15.34 | 10.77 | 49.99 | - |
| YUV | 91.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 190 | 0.57 | 0.59 | 0 | 0.25 | 242.12 | 0.47 | 0.52 |
| Hex | 51 | 4D | BE | 39 | 3B | 0 | 19 | F2 | 2F | 34 |
| Octal | 121 | 115 | 276 | 71 | 73 | 0 | 31 | 362 | 57 | 64 |
| Binary | 1010001 | 1001101 | 10111110 | 111001 | 111011 | 0 | 11001 | 11110010 | 101111 | 110100 |
Color Harmonies of #514DBE
Complementary color
Monochromatic Colors of #514DBE
Black with #514DBE
Text Example
Text Example
White with #514DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DBE; }
p { color: rgb(81,77,190); }
H1.HeaderClassName
{
color: #514DBE;
}
.AnyTagClassName
{
color: #514DBE;
}
</style>
background-color css
<style>
a { background-color: #514DBE; }
a { background-color: rgb(81,77,190); }
div.DivClassName
{
background-color: #514DBE;
}
.BgClassName
{
background-color: #514DBE;
}
</style>
border-color css
<style>
span { border-color: #514DBE; }
span { border-color: rgb(81,77,190); }
td.TdClassName
{
border-color: #514DBE;
}
.TagClassName
{
border-color: #514DBE;
}
</style>