Shades of Rich Blue #5044BD
Tints of Rich Blue #5044BD
RGB
CMYK
RGB Variations
Color information
#5044BD (or 0x5044BD) is known color: Rich Blue. HEX triplet: 50, 44 and BD. RGB value is (80,68,189). Sum of RGB (Red+Green+Blue) = 80+68+189=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #5044BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5044BD is #AFBB42. Grayscale: #545454. Windows color (decimal): -11516739 or 12403792. OLE color: 12403792.
HSL color Cylindrical-coordinate representation of color #5044BD: hue angle of 245.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5044BD is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 68 | 189 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.26 |
| HSL | 245.95º | 0.48% | 0.5% | - |
| HSV(B) | 245.95º | 0.64% | 0.74% | - |
| XYZ | 14.56 | 9.51 | 49.21 | - |
| YUV | 85.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 189 | 0.58 | 0.64 | 0 | 0.26 | 245.95 | 0.48 | 0.5 |
| Hex | 50 | 44 | BD | 3A | 40 | 0 | 1A | F6 | 30 | 32 |
| Octal | 120 | 104 | 275 | 72 | 100 | 0 | 32 | 366 | 60 | 62 |
| Binary | 1010000 | 1000100 | 10111101 | 111010 | 1000000 | 0 | 11010 | 11110110 | 110000 | 110010 |
Color Harmonies of #5044BD
Complementary color
Monochromatic Colors of #5044BD
Black with #5044BD
Text Example
Text Example
White with #5044BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5044BD; }
p { color: rgb(80,68,189); }
H1.HeaderClassName
{
color: #5044BD;
}
.AnyTagClassName
{
color: #5044BD;
}
</style>
background-color css
<style>
a { background-color: #5044BD; }
a { background-color: rgb(80,68,189); }
div.DivClassName
{
background-color: #5044BD;
}
.BgClassName
{
background-color: #5044BD;
}
</style>
border-color css
<style>
span { border-color: #5044BD; }
span { border-color: rgb(80,68,189); }
td.TdClassName
{
border-color: #5044BD;
}
.TagClassName
{
border-color: #5044BD;
}
</style>