Shades of Rich Blue #5150BC
Tints of Rich Blue #5150BC
RGB
CMYK
RGB Variations
Color information
#5150BC (or 0x5150BC) is known color: Rich Blue. HEX triplet: 51, 50 and BC. RGB value is (81,80,188). Sum of RGB (Red+Green+Blue) = 81+80+188=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #5150BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5150BC is #AEAF43. Grayscale: #5C5C5C. Windows color (decimal): -11448132 or 12341329. OLE color: 12341329.
HSL color Cylindrical-coordinate representation of color #5150BC: hue angle of 240.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5150BC is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 80 | 188 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.26 |
| HSL | 240.56º | 0.45% | 0.53% | - |
| HSV(B) | 240.56º | 0.57% | 0.74% | - |
| XYZ | 15.34 | 11.12 | 48.91 | - |
| YUV | 92.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 188 | 0.57 | 0.57 | 0 | 0.26 | 240.56 | 0.45 | 0.53 |
| Hex | 51 | 50 | BC | 39 | 39 | 0 | 1A | F1 | 2D | 35 |
| Octal | 121 | 120 | 274 | 71 | 71 | 0 | 32 | 361 | 55 | 65 |
| Binary | 1010001 | 1010000 | 10111100 | 111001 | 111001 | 0 | 11010 | 11110001 | 101101 | 110101 |
Color Harmonies of #5150BC
Complementary color
Monochromatic Colors of #5150BC
Black with #5150BC
Text Example
Text Example
White with #5150BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5150BC; }
p { color: rgb(81,80,188); }
H1.HeaderClassName
{
color: #5150BC;
}
.AnyTagClassName
{
color: #5150BC;
}
</style>
background-color css
<style>
a { background-color: #5150BC; }
a { background-color: rgb(81,80,188); }
div.DivClassName
{
background-color: #5150BC;
}
.BgClassName
{
background-color: #5150BC;
}
</style>
border-color css
<style>
span { border-color: #5150BC; }
span { border-color: rgb(81,80,188); }
td.TdClassName
{
border-color: #5150BC;
}
.TagClassName
{
border-color: #5150BC;
}
</style>