Shades of Rich Blue #514BC0
Tints of Rich Blue #514BC0
RGB
CMYK
RGB Variations
Color information
#514BC0 (or 0x514BC0) is known color: Rich Blue. HEX triplet: 51, 4B and C0. RGB value is (81,75,192). Sum of RGB (Red+Green+Blue) = 81+75+192=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #514BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BC0 is #AEB43F. Grayscale: #595959. Windows color (decimal): -11449408 or 12602193. OLE color: 12602193.
HSL color Cylindrical-coordinate representation of color #514BC0: hue angle of 243.08º degrees, saturation: 0.48, 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 #514BC0 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 75 | 192 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.25 |
| HSL | 243.08º | 0.48% | 0.52% | - |
| HSV(B) | 243.08º | 0.61% | 0.75% | - |
| XYZ | 15.42 | 10.59 | 51.1 | - |
| YUV | 90.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 192 | 0.58 | 0.61 | 0 | 0.25 | 243.08 | 0.48 | 0.52 |
| Hex | 51 | 4B | C0 | 3A | 3D | 0 | 19 | F3 | 30 | 34 |
| Octal | 121 | 113 | 300 | 72 | 75 | 0 | 31 | 363 | 60 | 64 |
| Binary | 1010001 | 1001011 | 11000000 | 111010 | 111101 | 0 | 11001 | 11110011 | 110000 | 110100 |
Color Harmonies of #514BC0
Complementary color
Monochromatic Colors of #514BC0
Black with #514BC0
Text Example
Text Example
White with #514BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BC0; }
p { color: rgb(81,75,192); }
H1.HeaderClassName
{
color: #514BC0;
}
.AnyTagClassName
{
color: #514BC0;
}
</style>
background-color css
<style>
a { background-color: #514BC0; }
a { background-color: rgb(81,75,192); }
div.DivClassName
{
background-color: #514BC0;
}
.BgClassName
{
background-color: #514BC0;
}
</style>
border-color css
<style>
span { border-color: #514BC0; }
span { border-color: rgb(81,75,192); }
td.TdClassName
{
border-color: #514BC0;
}
.TagClassName
{
border-color: #514BC0;
}
</style>