Shades of Rich Blue #5148BC
Tints of Rich Blue #5148BC
RGB
CMYK
RGB Variations
Color information
#5148BC (or 0x5148BC) is known color: Rich Blue. HEX triplet: 51, 48 and BC. RGB value is (81,72,188). Sum of RGB (Red+Green+Blue) = 81+72+188=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5148BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148BC is #AEB743. Grayscale: #575757. Windows color (decimal): -11450180 or 12339281. OLE color: 12339281.
HSL color Cylindrical-coordinate representation of color #5148BC: hue angle of 244.66º degrees, saturation: 0.46, 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 #5148BC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 72 | 188 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.26 |
| HSL | 244.66º | 0.46% | 0.51% | - |
| HSV(B) | 244.66º | 0.62% | 0.74% | - |
| XYZ | 14.79 | 10.01 | 48.73 | - |
| YUV | 87.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 188 | 0.57 | 0.62 | 0 | 0.26 | 244.66 | 0.46 | 0.51 |
| Hex | 51 | 48 | BC | 39 | 3E | 0 | 1A | F5 | 2E | 33 |
| Octal | 121 | 110 | 274 | 71 | 76 | 0 | 32 | 365 | 56 | 63 |
| Binary | 1010001 | 1001000 | 10111100 | 111001 | 111110 | 0 | 11010 | 11110101 | 101110 | 110011 |
Color Harmonies of #5148BC
Complementary color
Monochromatic Colors of #5148BC
Black with #5148BC
Text Example
Text Example
White with #5148BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148BC; }
p { color: rgb(81,72,188); }
H1.HeaderClassName
{
color: #5148BC;
}
.AnyTagClassName
{
color: #5148BC;
}
</style>
background-color css
<style>
a { background-color: #5148BC; }
a { background-color: rgb(81,72,188); }
div.DivClassName
{
background-color: #5148BC;
}
.BgClassName
{
background-color: #5148BC;
}
</style>
border-color css
<style>
span { border-color: #5148BC; }
span { border-color: rgb(81,72,188); }
td.TdClassName
{
border-color: #5148BC;
}
.TagClassName
{
border-color: #5148BC;
}
</style>