Shades of Rich Blue #514ABE
Tints of Rich Blue #514ABE
RGB
CMYK
RGB Variations
Color information
#514ABE (or 0x514ABE) is known color: Rich Blue. HEX triplet: 51, 4A and BE. RGB value is (81,74,190). Sum of RGB (Red+Green+Blue) = 81+74+190=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #514ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ABE is #AEB541. Grayscale: #585858. Windows color (decimal): -11449666 or 12470865. OLE color: 12470865.
HSL color Cylindrical-coordinate representation of color #514ABE: hue angle of 243.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514ABE is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 74 | 190 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.25 |
| HSL | 243.62º | 0.47% | 0.52% | - |
| HSV(B) | 243.62º | 0.61% | 0.75% | - |
| XYZ | 15.14 | 10.36 | 49.92 | - |
| YUV | 89.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 190 | 0.57 | 0.61 | 0 | 0.25 | 243.62 | 0.47 | 0.52 |
| Hex | 51 | 4A | BE | 39 | 3D | 0 | 19 | F4 | 2F | 34 |
| Octal | 121 | 112 | 276 | 71 | 75 | 0 | 31 | 364 | 57 | 64 |
| Binary | 1010001 | 1001010 | 10111110 | 111001 | 111101 | 0 | 11001 | 11110100 | 101111 | 110100 |
Color Harmonies of #514ABE
Complementary color
Monochromatic Colors of #514ABE
Black with #514ABE
Text Example
Text Example
White with #514ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ABE; }
p { color: rgb(81,74,190); }
H1.HeaderClassName
{
color: #514ABE;
}
.AnyTagClassName
{
color: #514ABE;
}
</style>
background-color css
<style>
a { background-color: #514ABE; }
a { background-color: rgb(81,74,190); }
div.DivClassName
{
background-color: #514ABE;
}
.BgClassName
{
background-color: #514ABE;
}
</style>
border-color css
<style>
span { border-color: #514ABE; }
span { border-color: rgb(81,74,190); }
td.TdClassName
{
border-color: #514ABE;
}
.TagClassName
{
border-color: #514ABE;
}
</style>