Shades of Rich Blue #514BAE
Tints of Rich Blue #514BAE
RGB
CMYK
RGB Variations
Color information
#514BAE (or 0x514BAE) is known color: Rich Blue. HEX triplet: 51, 4B and AE. RGB value is (81,75,174). Sum of RGB (Red+Green+Blue) = 81+75+174=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #514BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514BAE is #AEB451. Grayscale: #575757. Windows color (decimal): -11449426 or 11422545. OLE color: 11422545.
HSL color Cylindrical-coordinate representation of color #514BAE: hue angle of 243.64º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514BAE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 75 | 174 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.32 |
| HSL | 243.64º | 0.4% | 0.49% | - |
| HSV(B) | 243.64º | 0.57% | 0.68% | - |
| XYZ | 13.55 | 9.84 | 41.23 | - |
| YUV | 88.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 174 | 0.53 | 0.57 | 0 | 0.32 | 243.64 | 0.4 | 0.49 |
| Hex | 51 | 4B | AE | 35 | 39 | 0 | 20 | F4 | 28 | 31 |
| Octal | 121 | 113 | 256 | 65 | 71 | 0 | 40 | 364 | 50 | 61 |
| Binary | 1010001 | 1001011 | 10101110 | 110101 | 111001 | 0 | 100000 | 11110100 | 101000 | 110001 |
Color Harmonies of #514BAE
Complementary color
Monochromatic Colors of #514BAE
Black with #514BAE
Text Example
Text Example
White with #514BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BAE; }
p { color: rgb(81,75,174); }
H1.HeaderClassName
{
color: #514BAE;
}
.AnyTagClassName
{
color: #514BAE;
}
</style>
background-color css
<style>
a { background-color: #514BAE; }
a { background-color: rgb(81,75,174); }
div.DivClassName
{
background-color: #514BAE;
}
.BgClassName
{
background-color: #514BAE;
}
</style>
border-color css
<style>
span { border-color: #514BAE; }
span { border-color: rgb(81,75,174); }
td.TdClassName
{
border-color: #514BAE;
}
.TagClassName
{
border-color: #514BAE;
}
</style>