Shades of Rich Blue #5145AE
Tints of Rich Blue #5145AE
RGB
CMYK
RGB Variations
Color information
#5145AE (or 0x5145AE) is known color: Rich Blue. HEX triplet: 51, 45 and AE. RGB value is (81,69,174). Sum of RGB (Red+Green+Blue) = 81+69+174=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #5145AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5145AE is #AEBA51. Grayscale: #545454. Windows color (decimal): -11450962 or 11421009. OLE color: 11421009.
HSL color Cylindrical-coordinate representation of color #5145AE: hue angle of 246.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5145AE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 69 | 174 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.32 |
| HSL | 246.86º | 0.43% | 0.48% | - |
| HSV(B) | 246.86º | 0.6% | 0.68% | - |
| XYZ | 13.16 | 9.06 | 41.1 | - |
| YUV | 84.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 174 | 0.53 | 0.60 | 0 | 0.32 | 246.86 | 0.43 | 0.48 |
| Hex | 51 | 45 | AE | 35 | 3C | 0 | 20 | F7 | 2B | 30 |
| Octal | 121 | 105 | 256 | 65 | 74 | 0 | 40 | 367 | 53 | 60 |
| Binary | 1010001 | 1000101 | 10101110 | 110101 | 111100 | 0 | 100000 | 11110111 | 101011 | 110000 |
Color Harmonies of #5145AE
Complementary color
Monochromatic Colors of #5145AE
Black with #5145AE
Text Example
Text Example
White with #5145AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145AE; }
p { color: rgb(81,69,174); }
H1.HeaderClassName
{
color: #5145AE;
}
.AnyTagClassName
{
color: #5145AE;
}
</style>
background-color css
<style>
a { background-color: #5145AE; }
a { background-color: rgb(81,69,174); }
div.DivClassName
{
background-color: #5145AE;
}
.BgClassName
{
background-color: #5145AE;
}
</style>
border-color css
<style>
span { border-color: #5145AE; }
span { border-color: rgb(81,69,174); }
td.TdClassName
{
border-color: #5145AE;
}
.TagClassName
{
border-color: #5145AE;
}
</style>