Shades of Rich Blue #5145AC
Tints of Rich Blue #5145AC
RGB
CMYK
RGB Variations
Color information
#5145AC (or 0x5145AC) is known color: Rich Blue. HEX triplet: 51, 45 and AC. RGB value is (81,69,172). Sum of RGB (Red+Green+Blue) = 81+69+172=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #5145AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5145AC is #AEBA53. Grayscale: #535353. Windows color (decimal): -11450964 or 11289937. OLE color: 11289937.
HSL color Cylindrical-coordinate representation of color #5145AC: hue angle of 246.99º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5145AC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 69 | 172 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.33 |
| HSL | 246.99º | 0.43% | 0.47% | - |
| HSV(B) | 246.99º | 0.6% | 0.67% | - |
| XYZ | 12.97 | 8.98 | 40.08 | - |
| YUV | 84.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 172 | 0.53 | 0.60 | 0 | 0.33 | 246.99 | 0.43 | 0.47 |
| Hex | 51 | 45 | AC | 35 | 3C | 0 | 21 | F7 | 2B | 2F |
| Octal | 121 | 105 | 254 | 65 | 74 | 0 | 41 | 367 | 53 | 57 |
| Binary | 1010001 | 1000101 | 10101100 | 110101 | 111100 | 0 | 100001 | 11110111 | 101011 | 101111 |
Color Harmonies of #5145AC
Complementary color
Monochromatic Colors of #5145AC
Black with #5145AC
Text Example
Text Example
White with #5145AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145AC; }
p { color: rgb(81,69,172); }
H1.HeaderClassName
{
color: #5145AC;
}
.AnyTagClassName
{
color: #5145AC;
}
</style>
background-color css
<style>
a { background-color: #5145AC; }
a { background-color: rgb(81,69,172); }
div.DivClassName
{
background-color: #5145AC;
}
.BgClassName
{
background-color: #5145AC;
}
</style>
border-color css
<style>
span { border-color: #5145AC; }
span { border-color: rgb(81,69,172); }
td.TdClassName
{
border-color: #5145AC;
}
.TagClassName
{
border-color: #5145AC;
}
</style>