Shades of Rich Blue #5142B9
Tints of Rich Blue #5142B9
RGB
CMYK
RGB Variations
Color information
#5142B9 (or 0x5142B9) is known color: Rich Blue. HEX triplet: 51, 42 and B9. RGB value is (81,66,185). Sum of RGB (Red+Green+Blue) = 81+66+185=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #5142B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142B9 is #AEBD46. Grayscale: #535353. Windows color (decimal): -11451719 or 12141137. OLE color: 12141137.
HSL color Cylindrical-coordinate representation of color #5142B9: hue angle of 247.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5142B9 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 66 | 185 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.27 |
| HSL | 247.56º | 0.47% | 0.49% | - |
| HSV(B) | 247.56º | 0.64% | 0.73% | - |
| XYZ | 14.1 | 9.15 | 46.92 | - |
| YUV | 84.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 185 | 0.56 | 0.64 | 0 | 0.27 | 247.56 | 0.47 | 0.49 |
| Hex | 51 | 42 | B9 | 38 | 40 | 0 | 1B | F8 | 2F | 31 |
| Octal | 121 | 102 | 271 | 70 | 100 | 0 | 33 | 370 | 57 | 61 |
| Binary | 1010001 | 1000010 | 10111001 | 111000 | 1000000 | 0 | 11011 | 11111000 | 101111 | 110001 |
Color Harmonies of #5142B9
Complementary color
Monochromatic Colors of #5142B9
Black with #5142B9
Text Example
Text Example
White with #5142B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5142B9; }
p { color: rgb(81,66,185); }
H1.HeaderClassName
{
color: #5142B9;
}
.AnyTagClassName
{
color: #5142B9;
}
</style>
background-color css
<style>
a { background-color: #5142B9; }
a { background-color: rgb(81,66,185); }
div.DivClassName
{
background-color: #5142B9;
}
.BgClassName
{
background-color: #5142B9;
}
</style>
border-color css
<style>
span { border-color: #5142B9; }
span { border-color: rgb(81,66,185); }
td.TdClassName
{
border-color: #5142B9;
}
.TagClassName
{
border-color: #5142B9;
}
</style>