Shades of Rich Blue #514EBC
Tints of Rich Blue #514EBC
RGB
CMYK
RGB Variations
Color information
#514EBC (or 0x514EBC) is known color: Rich Blue. HEX triplet: 51, 4E and BC. RGB value is (81,78,188). Sum of RGB (Red+Green+Blue) = 81+78+188=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #514EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EBC is #AEB143. Grayscale: #5B5B5B. Windows color (decimal): -11448644 or 12340817. OLE color: 12340817.
HSL color Cylindrical-coordinate representation of color #514EBC: hue angle of 241.64º degrees, saturation: 0.45, 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 #514EBC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 78 | 188 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.26 |
| HSL | 241.64º | 0.45% | 0.52% | - |
| HSV(B) | 241.64º | 0.59% | 0.74% | - |
| XYZ | 15.19 | 10.83 | 48.87 | - |
| YUV | 91.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 188 | 0.57 | 0.59 | 0 | 0.26 | 241.64 | 0.45 | 0.52 |
| Hex | 51 | 4E | BC | 39 | 3B | 0 | 1A | F2 | 2D | 34 |
| Octal | 121 | 116 | 274 | 71 | 73 | 0 | 32 | 362 | 55 | 64 |
| Binary | 1010001 | 1001110 | 10111100 | 111001 | 111011 | 0 | 11010 | 11110010 | 101101 | 110100 |
Color Harmonies of #514EBC
Complementary color
Monochromatic Colors of #514EBC
Black with #514EBC
Text Example
Text Example
White with #514EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EBC; }
p { color: rgb(81,78,188); }
H1.HeaderClassName
{
color: #514EBC;
}
.AnyTagClassName
{
color: #514EBC;
}
</style>
background-color css
<style>
a { background-color: #514EBC; }
a { background-color: rgb(81,78,188); }
div.DivClassName
{
background-color: #514EBC;
}
.BgClassName
{
background-color: #514EBC;
}
</style>
border-color css
<style>
span { border-color: #514EBC; }
span { border-color: rgb(81,78,188); }
td.TdClassName
{
border-color: #514EBC;
}
.TagClassName
{
border-color: #514EBC;
}
</style>