Shades of Rich Blue #514DBB
Tints of Rich Blue #514DBB
RGB
CMYK
RGB Variations
Color information
#514DBB (or 0x514DBB) is known color: Rich Blue. HEX triplet: 51, 4D and BB. RGB value is (81,77,187). Sum of RGB (Red+Green+Blue) = 81+77+187=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #514DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBB is #AEB244. Grayscale: #5A5A5A. Windows color (decimal): -11448901 or 12275025. OLE color: 12275025.
HSL color Cylindrical-coordinate representation of color #514DBB: hue angle of 242.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514DBB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 77 | 187 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.27 |
| HSL | 242.18º | 0.45% | 0.52% | - |
| HSV(B) | 242.18º | 0.59% | 0.73% | - |
| XYZ | 15.02 | 10.64 | 48.28 | - |
| YUV | 90.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 187 | 0.57 | 0.59 | 0 | 0.27 | 242.18 | 0.45 | 0.52 |
| Hex | 51 | 4D | BB | 39 | 3B | 0 | 1B | F2 | 2D | 34 |
| Octal | 121 | 115 | 273 | 71 | 73 | 0 | 33 | 362 | 55 | 64 |
| Binary | 1010001 | 1001101 | 10111011 | 111001 | 111011 | 0 | 11011 | 11110010 | 101101 | 110100 |
Color Harmonies of #514DBB
Complementary color
Monochromatic Colors of #514DBB
Black with #514DBB
Text Example
Text Example
White with #514DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DBB; }
p { color: rgb(81,77,187); }
H1.HeaderClassName
{
color: #514DBB;
}
.AnyTagClassName
{
color: #514DBB;
}
</style>
background-color css
<style>
a { background-color: #514DBB; }
a { background-color: rgb(81,77,187); }
div.DivClassName
{
background-color: #514DBB;
}
.BgClassName
{
background-color: #514DBB;
}
</style>
border-color css
<style>
span { border-color: #514DBB; }
span { border-color: rgb(81,77,187); }
td.TdClassName
{
border-color: #514DBB;
}
.TagClassName
{
border-color: #514DBB;
}
</style>