Shades of Rich Blue #5041BD
Tints of Rich Blue #5041BD
RGB
CMYK
RGB Variations
Color information
#5041BD (or 0x5041BD) is known color: Rich Blue. HEX triplet: 50, 41 and BD. RGB value is (80,65,189). Sum of RGB (Red+Green+Blue) = 80+65+189=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #5041BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041BD is #AFBE42. Grayscale: #535353. Windows color (decimal): -11517507 or 12403024. OLE color: 12403024.
HSL color Cylindrical-coordinate representation of color #5041BD: hue angle of 247.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5041BD is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 65 | 189 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.26 |
| HSL | 247.26º | 0.49% | 0.5% | - |
| HSV(B) | 247.26º | 0.66% | 0.74% | - |
| XYZ | 14.38 | 9.16 | 49.15 | - |
| YUV | 83.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 189 | 0.58 | 0.66 | 0 | 0.26 | 247.26 | 0.49 | 0.5 |
| Hex | 50 | 41 | BD | 3A | 42 | 0 | 1A | F7 | 31 | 32 |
| Octal | 120 | 101 | 275 | 72 | 102 | 0 | 32 | 367 | 61 | 62 |
| Binary | 1010000 | 1000001 | 10111101 | 111010 | 1000010 | 0 | 11010 | 11110111 | 110001 | 110010 |
Color Harmonies of #5041BD
Complementary color
Monochromatic Colors of #5041BD
Black with #5041BD
Text Example
Text Example
White with #5041BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041BD; }
p { color: rgb(80,65,189); }
H1.HeaderClassName
{
color: #5041BD;
}
.AnyTagClassName
{
color: #5041BD;
}
</style>
background-color css
<style>
a { background-color: #5041BD; }
a { background-color: rgb(80,65,189); }
div.DivClassName
{
background-color: #5041BD;
}
.BgClassName
{
background-color: #5041BD;
}
</style>
border-color css
<style>
span { border-color: #5041BD; }
span { border-color: rgb(80,65,189); }
td.TdClassName
{
border-color: #5041BD;
}
.TagClassName
{
border-color: #5041BD;
}
</style>