Shades of Rich Blue #514ABD
Tints of Rich Blue #514ABD
RGB
CMYK
RGB Variations
Color information
#514ABD (or 0x514ABD) is known color: Rich Blue. HEX triplet: 51, 4A and BD. RGB value is (81,74,189). Sum of RGB (Red+Green+Blue) = 81+74+189=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #514ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ABD is #AEB542. Grayscale: #585858. Windows color (decimal): -11449667 or 12405329. OLE color: 12405329.
HSL color Cylindrical-coordinate representation of color #514ABD: hue angle of 243.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514ABD is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 74 | 189 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.26 |
| HSL | 243.65º | 0.47% | 0.52% | - |
| HSV(B) | 243.65º | 0.61% | 0.74% | - |
| XYZ | 15.03 | 10.32 | 49.34 | - |
| YUV | 89.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 189 | 0.57 | 0.61 | 0 | 0.26 | 243.65 | 0.47 | 0.52 |
| Hex | 51 | 4A | BD | 39 | 3D | 0 | 1A | F4 | 2F | 34 |
| Octal | 121 | 112 | 275 | 71 | 75 | 0 | 32 | 364 | 57 | 64 |
| Binary | 1010001 | 1001010 | 10111101 | 111001 | 111101 | 0 | 11010 | 11110100 | 101111 | 110100 |
Color Harmonies of #514ABD
Complementary color
Monochromatic Colors of #514ABD
Black with #514ABD
Text Example
Text Example
White with #514ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ABD; }
p { color: rgb(81,74,189); }
H1.HeaderClassName
{
color: #514ABD;
}
.AnyTagClassName
{
color: #514ABD;
}
</style>
background-color css
<style>
a { background-color: #514ABD; }
a { background-color: rgb(81,74,189); }
div.DivClassName
{
background-color: #514ABD;
}
.BgClassName
{
background-color: #514ABD;
}
</style>
border-color css
<style>
span { border-color: #514ABD; }
span { border-color: rgb(81,74,189); }
td.TdClassName
{
border-color: #514ABD;
}
.TagClassName
{
border-color: #514ABD;
}
</style>