Shades of Rich Blue #5045BD
Tints of Rich Blue #5045BD
RGB
CMYK
RGB Variations
Color information
#5045BD (or 0x5045BD) is known color: Rich Blue. HEX triplet: 50, 45 and BD. RGB value is (80,69,189). Sum of RGB (Red+Green+Blue) = 80+69+189=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #5045BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5045BD is #AFBA42. Grayscale: #555555. Windows color (decimal): -11516483 or 12404048. OLE color: 12404048.
HSL color Cylindrical-coordinate representation of color #5045BD: hue angle of 245.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5045BD is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 69 | 189 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.26 |
| HSL | 245.5º | 0.48% | 0.51% | - |
| HSV(B) | 245.5º | 0.63% | 0.74% | - |
| XYZ | 14.62 | 9.64 | 49.23 | - |
| YUV | 85.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 189 | 0.58 | 0.63 | 0 | 0.26 | 245.5 | 0.48 | 0.51 |
| Hex | 50 | 45 | BD | 3A | 3F | 0 | 1A | F6 | 30 | 33 |
| Octal | 120 | 105 | 275 | 72 | 77 | 0 | 32 | 366 | 60 | 63 |
| Binary | 1010000 | 1000101 | 10111101 | 111010 | 111111 | 0 | 11010 | 11110110 | 110000 | 110011 |
Color Harmonies of #5045BD
Complementary color
Monochromatic Colors of #5045BD
Black with #5045BD
Text Example
Text Example
White with #5045BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5045BD; }
p { color: rgb(80,69,189); }
H1.HeaderClassName
{
color: #5045BD;
}
.AnyTagClassName
{
color: #5045BD;
}
</style>
background-color css
<style>
a { background-color: #5045BD; }
a { background-color: rgb(80,69,189); }
div.DivClassName
{
background-color: #5045BD;
}
.BgClassName
{
background-color: #5045BD;
}
</style>
border-color css
<style>
span { border-color: #5045BD; }
span { border-color: rgb(80,69,189); }
td.TdClassName
{
border-color: #5045BD;
}
.TagClassName
{
border-color: #5045BD;
}
</style>