Shades of Rich Blue #5141BC
Tints of Rich Blue #5141BC
RGB
CMYK
RGB Variations
Color information
#5141BC (or 0x5141BC) is known color: Rich Blue. HEX triplet: 51, 41 and BC. RGB value is (81,65,188). Sum of RGB (Red+Green+Blue) = 81+65+188=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #5141BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141BC is #AEBE43. Grayscale: #535353. Windows color (decimal): -11451972 or 12337489. OLE color: 12337489.
HSL color Cylindrical-coordinate representation of color #5141BC: hue angle of 247.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5141BC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 65 | 188 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.26 |
| HSL | 247.8º | 0.49% | 0.5% | - |
| HSV(B) | 247.8º | 0.65% | 0.74% | - |
| XYZ | 14.36 | 9.16 | 48.59 | - |
| YUV | 83.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 188 | 0.57 | 0.65 | 0 | 0.26 | 247.8 | 0.49 | 0.5 |
| Hex | 51 | 41 | BC | 39 | 41 | 0 | 1A | F8 | 31 | 32 |
| Octal | 121 | 101 | 274 | 71 | 101 | 0 | 32 | 370 | 61 | 62 |
| Binary | 1010001 | 1000001 | 10111100 | 111001 | 1000001 | 0 | 11010 | 11111000 | 110001 | 110010 |
Color Harmonies of #5141BC
Complementary color
Monochromatic Colors of #5141BC
Black with #5141BC
Text Example
Text Example
White with #5141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141BC; }
p { color: rgb(81,65,188); }
H1.HeaderClassName
{
color: #5141BC;
}
.AnyTagClassName
{
color: #5141BC;
}
</style>
background-color css
<style>
a { background-color: #5141BC; }
a { background-color: rgb(81,65,188); }
div.DivClassName
{
background-color: #5141BC;
}
.BgClassName
{
background-color: #5141BC;
}
</style>
border-color css
<style>
span { border-color: #5141BC; }
span { border-color: rgb(81,65,188); }
td.TdClassName
{
border-color: #5141BC;
}
.TagClassName
{
border-color: #5141BC;
}
</style>