Shades of Rich Blue #5147BC
Tints of Rich Blue #5147BC
RGB
CMYK
RGB Variations
Color information
#5147BC (or 0x5147BC) is known color: Rich Blue. HEX triplet: 51, 47 and BC. RGB value is (81,71,188). Sum of RGB (Red+Green+Blue) = 81+71+188=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #5147BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147BC is #AEB843. Grayscale: #565656. Windows color (decimal): -11450436 or 12339025. OLE color: 12339025.
HSL color Cylindrical-coordinate representation of color #5147BC: hue angle of 245.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5147BC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 71 | 188 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.26 |
| HSL | 245.13º | 0.47% | 0.51% | - |
| HSV(B) | 245.13º | 0.62% | 0.74% | - |
| XYZ | 14.72 | 9.89 | 48.71 | - |
| YUV | 87.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 188 | 0.57 | 0.62 | 0 | 0.26 | 245.13 | 0.47 | 0.51 |
| Hex | 51 | 47 | BC | 39 | 3E | 0 | 1A | F5 | 2F | 33 |
| Octal | 121 | 107 | 274 | 71 | 76 | 0 | 32 | 365 | 57 | 63 |
| Binary | 1010001 | 1000111 | 10111100 | 111001 | 111110 | 0 | 11010 | 11110101 | 101111 | 110011 |
Color Harmonies of #5147BC
Complementary color
Monochromatic Colors of #5147BC
Black with #5147BC
Text Example
Text Example
White with #5147BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5147BC; }
p { color: rgb(81,71,188); }
H1.HeaderClassName
{
color: #5147BC;
}
.AnyTagClassName
{
color: #5147BC;
}
</style>
background-color css
<style>
a { background-color: #5147BC; }
a { background-color: rgb(81,71,188); }
div.DivClassName
{
background-color: #5147BC;
}
.BgClassName
{
background-color: #5147BC;
}
</style>
border-color css
<style>
span { border-color: #5147BC; }
span { border-color: rgb(81,71,188); }
td.TdClassName
{
border-color: #5147BC;
}
.TagClassName
{
border-color: #5147BC;
}
</style>