Shades of Rich Blue #5140BD
Tints of Rich Blue #5140BD
RGB
CMYK
RGB Variations
Color information
#5140BD (or 0x5140BD) is known color: Rich Blue. HEX triplet: 51, 40 and BD. RGB value is (81,64,189). Sum of RGB (Red+Green+Blue) = 81+64+189=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 64 (25.39% from 255 or 19.16% 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 #5140BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140BD is #AEBF42. Grayscale: #525252. Windows color (decimal): -11452227 or 12402769. OLE color: 12402769.
HSL color Cylindrical-coordinate representation of color #5140BD: hue angle of 248.16º 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 #5140BD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 64 | 189 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.26 |
| HSL | 248.16º | 0.49% | 0.5% | - |
| HSV(B) | 248.16º | 0.66% | 0.74% | - |
| XYZ | 14.41 | 9.09 | 49.14 | - |
| YUV | 83.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 189 | 0.57 | 0.66 | 0 | 0.26 | 248.16 | 0.49 | 0.5 |
| Hex | 51 | 40 | BD | 39 | 42 | 0 | 1A | F8 | 31 | 32 |
| Octal | 121 | 100 | 275 | 71 | 102 | 0 | 32 | 370 | 61 | 62 |
| Binary | 1010001 | 1000000 | 10111101 | 111001 | 1000010 | 0 | 11010 | 11111000 | 110001 | 110010 |
Color Harmonies of #5140BD
Complementary color
Monochromatic Colors of #5140BD
Black with #5140BD
Text Example
Text Example
White with #5140BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140BD; }
p { color: rgb(81,64,189); }
H1.HeaderClassName
{
color: #5140BD;
}
.AnyTagClassName
{
color: #5140BD;
}
</style>
background-color css
<style>
a { background-color: #5140BD; }
a { background-color: rgb(81,64,189); }
div.DivClassName
{
background-color: #5140BD;
}
.BgClassName
{
background-color: #5140BD;
}
</style>
border-color css
<style>
span { border-color: #5140BD; }
span { border-color: rgb(81,64,189); }
td.TdClassName
{
border-color: #5140BD;
}
.TagClassName
{
border-color: #5140BD;
}
</style>