Shades of Rich Blue #515AAE
Tints of Rich Blue #515AAE
RGB
CMYK
RGB Variations
Color information
#515AAE (or 0x515AAE) is known color: Rich Blue. HEX triplet: 51, 5A and AE. RGB value is (81,90,174). Sum of RGB (Red+Green+Blue) = 81+90+174=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #515AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAE is #AEA551. Grayscale: #606060. Windows color (decimal): -11445586 or 11426385. OLE color: 11426385.
HSL color Cylindrical-coordinate representation of color #515AAE: hue angle of 234.19º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515AAE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 90 | 174 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.32 |
| HSL | 234.19º | 0.36% | 0.5% | - |
| HSV(B) | 234.19º | 0.53% | 0.68% | - |
| XYZ | 14.69 | 12.12 | 41.61 | - |
| YUV | 96.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 174 | 0.53 | 0.48 | 0 | 0.32 | 234.19 | 0.36 | 0.5 |
| Hex | 51 | 5A | AE | 35 | 30 | 0 | 20 | EA | 24 | 32 |
| Octal | 121 | 132 | 256 | 65 | 60 | 0 | 40 | 352 | 44 | 62 |
| Binary | 1010001 | 1011010 | 10101110 | 110101 | 110000 | 0 | 100000 | 11101010 | 100100 | 110010 |
Color Harmonies of #515AAE
Complementary color
Monochromatic Colors of #515AAE
Black with #515AAE
Text Example
Text Example
White with #515AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AAE; }
p { color: rgb(81,90,174); }
H1.HeaderClassName
{
color: #515AAE;
}
.AnyTagClassName
{
color: #515AAE;
}
</style>
background-color css
<style>
a { background-color: #515AAE; }
a { background-color: rgb(81,90,174); }
div.DivClassName
{
background-color: #515AAE;
}
.BgClassName
{
background-color: #515AAE;
}
</style>
border-color css
<style>
span { border-color: #515AAE; }
span { border-color: rgb(81,90,174); }
td.TdClassName
{
border-color: #515AAE;
}
.TagClassName
{
border-color: #515AAE;
}
</style>