Shades of Rich Blue #514DBD
Tints of Rich Blue #514DBD
RGB
CMYK
RGB Variations
Color information
#514DBD (or 0x514DBD) is known color: Rich Blue. HEX triplet: 51, 4D and BD. RGB value is (81,77,189). Sum of RGB (Red+Green+Blue) = 81+77+189=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #514DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBD is #AEB242. Grayscale: #5A5A5A. Windows color (decimal): -11448899 or 12406097. OLE color: 12406097.
HSL color Cylindrical-coordinate representation of color #514DBD: hue angle of 242.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514DBD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 77 | 189 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.26 |
| HSL | 242.14º | 0.46% | 0.52% | - |
| HSV(B) | 242.14º | 0.59% | 0.74% | - |
| XYZ | 15.23 | 10.73 | 49.41 | - |
| YUV | 90.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 189 | 0.57 | 0.59 | 0 | 0.26 | 242.14 | 0.46 | 0.52 |
| Hex | 51 | 4D | BD | 39 | 3B | 0 | 1A | F2 | 2E | 34 |
| Octal | 121 | 115 | 275 | 71 | 73 | 0 | 32 | 362 | 56 | 64 |
| Binary | 1010001 | 1001101 | 10111101 | 111001 | 111011 | 0 | 11010 | 11110010 | 101110 | 110100 |
Color Harmonies of #514DBD
Complementary color
Monochromatic Colors of #514DBD
Black with #514DBD
Text Example
Text Example
White with #514DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DBD; }
p { color: rgb(81,77,189); }
H1.HeaderClassName
{
color: #514DBD;
}
.AnyTagClassName
{
color: #514DBD;
}
</style>
background-color css
<style>
a { background-color: #514DBD; }
a { background-color: rgb(81,77,189); }
div.DivClassName
{
background-color: #514DBD;
}
.BgClassName
{
background-color: #514DBD;
}
</style>
border-color css
<style>
span { border-color: #514DBD; }
span { border-color: rgb(81,77,189); }
td.TdClassName
{
border-color: #514DBD;
}
.TagClassName
{
border-color: #514DBD;
}
</style>