Shades of Rich Blue #5146AA
Tints of Rich Blue #5146AA
RGB
CMYK
RGB Variations
Color information
#5146AA (or 0x5146AA) is known color: Rich Blue. HEX triplet: 51, 46 and AA. RGB value is (81,70,170). Sum of RGB (Red+Green+Blue) = 81+70+170=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5146AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5146AA is #AEB955. Grayscale: #545454. Windows color (decimal): -11450710 or 11159121. OLE color: 11159121.
HSL color Cylindrical-coordinate representation of color #5146AA: hue angle of 246.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5146AA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 70 | 170 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.33 |
| HSL | 246.6º | 0.42% | 0.47% | - |
| HSV(B) | 246.6º | 0.59% | 0.67% | - |
| XYZ | 12.84 | 9.03 | 39.1 | - |
| YUV | 84.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 170 | 0.52 | 0.59 | 0 | 0.33 | 246.6 | 0.42 | 0.47 |
| Hex | 51 | 46 | AA | 34 | 3B | 0 | 21 | F7 | 2A | 2F |
| Octal | 121 | 106 | 252 | 64 | 73 | 0 | 41 | 367 | 52 | 57 |
| Binary | 1010001 | 1000110 | 10101010 | 110100 | 111011 | 0 | 100001 | 11110111 | 101010 | 101111 |
Color Harmonies of #5146AA
Complementary color
Monochromatic Colors of #5146AA
Black with #5146AA
Text Example
Text Example
White with #5146AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5146AA; }
p { color: rgb(81,70,170); }
H1.HeaderClassName
{
color: #5146AA;
}
.AnyTagClassName
{
color: #5146AA;
}
</style>
background-color css
<style>
a { background-color: #5146AA; }
a { background-color: rgb(81,70,170); }
div.DivClassName
{
background-color: #5146AA;
}
.BgClassName
{
background-color: #5146AA;
}
</style>
border-color css
<style>
span { border-color: #5146AA; }
span { border-color: rgb(81,70,170); }
td.TdClassName
{
border-color: #5146AA;
}
.TagClassName
{
border-color: #5146AA;
}
</style>