Shades of Rich Blue #514CB0
Tints of Rich Blue #514CB0
RGB
CMYK
RGB Variations
Color information
#514CB0 (or 0x514CB0) is known color: Rich Blue. HEX triplet: 51, 4C and B0. RGB value is (81,76,176). Sum of RGB (Red+Green+Blue) = 81+76+176=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #514CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CB0 is #AEB34F. Grayscale: #585858. Windows color (decimal): -11449168 or 11553873. OLE color: 11553873.
HSL color Cylindrical-coordinate representation of color #514CB0: hue angle of 243º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514CB0 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 76 | 176 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.31 |
| HSL | 243º | 0.4% | 0.49% | - |
| HSV(B) | 243º | 0.57% | 0.69% | - |
| XYZ | 13.81 | 10.05 | 42.29 | - |
| YUV | 88.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 176 | 0.54 | 0.57 | 0 | 0.31 | 243 | 0.4 | 0.49 |
| Hex | 51 | 4C | B0 | 36 | 39 | 0 | 1F | F3 | 28 | 31 |
| Octal | 121 | 114 | 260 | 66 | 71 | 0 | 37 | 363 | 50 | 61 |
| Binary | 1010001 | 1001100 | 10110000 | 110110 | 111001 | 0 | 11111 | 11110011 | 101000 | 110001 |
Color Harmonies of #514CB0
Complementary color
Monochromatic Colors of #514CB0
Black with #514CB0
Text Example
Text Example
White with #514CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CB0; }
p { color: rgb(81,76,176); }
H1.HeaderClassName
{
color: #514CB0;
}
.AnyTagClassName
{
color: #514CB0;
}
</style>
background-color css
<style>
a { background-color: #514CB0; }
a { background-color: rgb(81,76,176); }
div.DivClassName
{
background-color: #514CB0;
}
.BgClassName
{
background-color: #514CB0;
}
</style>
border-color css
<style>
span { border-color: #514CB0; }
span { border-color: rgb(81,76,176); }
td.TdClassName
{
border-color: #514CB0;
}
.TagClassName
{
border-color: #514CB0;
}
</style>