Shades of Rich Blue #514CBB
Tints of Rich Blue #514CBB
RGB
CMYK
RGB Variations
Color information
#514CBB (or 0x514CBB) is known color: Rich Blue. HEX triplet: 51, 4C and BB. RGB value is (81,76,187). Sum of RGB (Red+Green+Blue) = 81+76+187=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #514CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CBB is #AEB344. Grayscale: #595959. Windows color (decimal): -11449157 or 12274769. OLE color: 12274769.
HSL color Cylindrical-coordinate representation of color #514CBB: hue angle of 242.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514CBB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 76 | 187 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.27 |
| HSL | 242.7º | 0.45% | 0.52% | - |
| HSV(B) | 242.7º | 0.59% | 0.73% | - |
| XYZ | 14.95 | 10.51 | 48.25 | - |
| YUV | 90.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 187 | 0.57 | 0.59 | 0 | 0.27 | 242.7 | 0.45 | 0.52 |
| Hex | 51 | 4C | BB | 39 | 3B | 0 | 1B | F3 | 2D | 34 |
| Octal | 121 | 114 | 273 | 71 | 73 | 0 | 33 | 363 | 55 | 64 |
| Binary | 1010001 | 1001100 | 10111011 | 111001 | 111011 | 0 | 11011 | 11110011 | 101101 | 110100 |
Color Harmonies of #514CBB
Complementary color
Monochromatic Colors of #514CBB
Black with #514CBB
Text Example
Text Example
White with #514CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CBB; }
p { color: rgb(81,76,187); }
H1.HeaderClassName
{
color: #514CBB;
}
.AnyTagClassName
{
color: #514CBB;
}
</style>
background-color css
<style>
a { background-color: #514CBB; }
a { background-color: rgb(81,76,187); }
div.DivClassName
{
background-color: #514CBB;
}
.BgClassName
{
background-color: #514CBB;
}
</style>
border-color css
<style>
span { border-color: #514CBB; }
span { border-color: rgb(81,76,187); }
td.TdClassName
{
border-color: #514CBB;
}
.TagClassName
{
border-color: #514CBB;
}
</style>