Shades of Rich Blue #5460AE
Tints of Rich Blue #5460AE
RGB
CMYK
RGB Variations
Color information
#5460AE (or 0x5460AE) is known color: Rich Blue. HEX triplet: 54, 60 and AE. RGB value is (84,96,174). Sum of RGB (Red+Green+Blue) = 84+96+174=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #5460AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5460AE is #AB9F51. Grayscale: #646464. Windows color (decimal): -11247442 or 11427924. OLE color: 11427924.
HSL color Cylindrical-coordinate representation of color #5460AE: hue angle of 232º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5460AE is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 96 | 174 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.32 |
| HSL | 232º | 0.36% | 0.51% | - |
| HSV(B) | 232º | 0.52% | 0.68% | - |
| XYZ | 15.48 | 13.31 | 41.8 | - |
| YUV | 101.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 174 | 0.52 | 0.45 | 0 | 0.32 | 232 | 0.36 | 0.51 |
| Hex | 54 | 60 | AE | 34 | 2D | 0 | 20 | E8 | 24 | 33 |
| Octal | 124 | 140 | 256 | 64 | 55 | 0 | 40 | 350 | 44 | 63 |
| Binary | 1010100 | 1100000 | 10101110 | 110100 | 101101 | 0 | 100000 | 11101000 | 100100 | 110011 |
Color Harmonies of #5460AE
Complementary color
Monochromatic Colors of #5460AE
Black with #5460AE
Text Example
Text Example
White with #5460AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460AE; }
p { color: rgb(84,96,174); }
H1.HeaderClassName
{
color: #5460AE;
}
.AnyTagClassName
{
color: #5460AE;
}
</style>
background-color css
<style>
a { background-color: #5460AE; }
a { background-color: rgb(84,96,174); }
div.DivClassName
{
background-color: #5460AE;
}
.BgClassName
{
background-color: #5460AE;
}
</style>
border-color css
<style>
span { border-color: #5460AE; }
span { border-color: rgb(84,96,174); }
td.TdClassName
{
border-color: #5460AE;
}
.TagClassName
{
border-color: #5460AE;
}
</style>