Shades of Rich Blue #5148B0
Tints of Rich Blue #5148B0
RGB
CMYK
RGB Variations
Color information
#5148B0 (or 0x5148B0) is known color: Rich Blue. HEX triplet: 51, 48 and B0. RGB value is (81,72,176). Sum of RGB (Red+Green+Blue) = 81+72+176=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #5148B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148B0 is #AEB74F. Grayscale: #565656. Windows color (decimal): -11450192 or 11552849. OLE color: 11552849.
HSL color Cylindrical-coordinate representation of color #5148B0: hue angle of 245.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5148B0 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 72 | 176 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.31 |
| HSL | 245.19º | 0.42% | 0.49% | - |
| HSV(B) | 245.19º | 0.59% | 0.69% | - |
| XYZ | 13.55 | 9.52 | 42.2 | - |
| YUV | 86.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 176 | 0.54 | 0.59 | 0 | 0.31 | 245.19 | 0.42 | 0.49 |
| Hex | 51 | 48 | B0 | 36 | 3B | 0 | 1F | F5 | 2A | 31 |
| Octal | 121 | 110 | 260 | 66 | 73 | 0 | 37 | 365 | 52 | 61 |
| Binary | 1010001 | 1001000 | 10110000 | 110110 | 111011 | 0 | 11111 | 11110101 | 101010 | 110001 |
Color Harmonies of #5148B0
Complementary color
Monochromatic Colors of #5148B0
Black with #5148B0
Text Example
Text Example
White with #5148B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148B0; }
p { color: rgb(81,72,176); }
H1.HeaderClassName
{
color: #5148B0;
}
.AnyTagClassName
{
color: #5148B0;
}
</style>
background-color css
<style>
a { background-color: #5148B0; }
a { background-color: rgb(81,72,176); }
div.DivClassName
{
background-color: #5148B0;
}
.BgClassName
{
background-color: #5148B0;
}
</style>
border-color css
<style>
span { border-color: #5148B0; }
span { border-color: rgb(81,72,176); }
td.TdClassName
{
border-color: #5148B0;
}
.TagClassName
{
border-color: #5148B0;
}
</style>