Shades of Rich Blue #5051BD
Tints of Rich Blue #5051BD
RGB
CMYK
RGB Variations
Color information
#5051BD (or 0x5051BD) is known color: Rich Blue. HEX triplet: 50, 51 and BD. RGB value is (80,81,189). Sum of RGB (Red+Green+Blue) = 80+81+189=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #5051BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051BD is #AFAE42. Grayscale: #5C5C5C. Windows color (decimal): -11513411 or 12407120. OLE color: 12407120.
HSL color Cylindrical-coordinate representation of color #5051BD: hue angle of 239.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5051BD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 81 | 189 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.26 |
| HSL | 239.45º | 0.45% | 0.53% | - |
| HSV(B) | 239.45º | 0.58% | 0.74% | - |
| XYZ | 15.44 | 11.26 | 49.5 | - |
| YUV | 93.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 189 | 0.58 | 0.57 | 0 | 0.26 | 239.45 | 0.45 | 0.53 |
| Hex | 50 | 51 | BD | 3A | 39 | 0 | 1A | EF | 2D | 35 |
| Octal | 120 | 121 | 275 | 72 | 71 | 0 | 32 | 357 | 55 | 65 |
| Binary | 1010000 | 1010001 | 10111101 | 111010 | 111001 | 0 | 11010 | 11101111 | 101101 | 110101 |
Color Harmonies of #5051BD
Complementary color
Monochromatic Colors of #5051BD
Black with #5051BD
Text Example
Text Example
White with #5051BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5051BD; }
p { color: rgb(80,81,189); }
H1.HeaderClassName
{
color: #5051BD;
}
.AnyTagClassName
{
color: #5051BD;
}
</style>
background-color css
<style>
a { background-color: #5051BD; }
a { background-color: rgb(80,81,189); }
div.DivClassName
{
background-color: #5051BD;
}
.BgClassName
{
background-color: #5051BD;
}
</style>
border-color css
<style>
span { border-color: #5051BD; }
span { border-color: rgb(80,81,189); }
td.TdClassName
{
border-color: #5051BD;
}
.TagClassName
{
border-color: #5051BD;
}
</style>