Shades of Rich Blue #5465AB
Tints of Rich Blue #5465AB
RGB
CMYK
RGB Variations
Color information
#5465AB (or 0x5465AB) is known color: Rich Blue. HEX triplet: 54, 65 and AB. RGB value is (84,101,171). Sum of RGB (Red+Green+Blue) = 84+101+171=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5465AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AB is #AB9A54. Grayscale: #676767. Windows color (decimal): -11246165 or 11232596. OLE color: 11232596.
HSL color Cylindrical-coordinate representation of color #5465AB: hue angle of 228.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5465AB is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 101 | 171 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.33 |
| HSL | 228.28º | 0.34% | 0.5% | - |
| HSV(B) | 228.28º | 0.51% | 0.67% | - |
| XYZ | 15.66 | 14.13 | 40.43 | - |
| YUV | 103.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 171 | 0.51 | 0.41 | 0 | 0.33 | 228.28 | 0.34 | 0.5 |
| Hex | 54 | 65 | AB | 33 | 29 | 0 | 21 | E4 | 22 | 32 |
| Octal | 124 | 145 | 253 | 63 | 51 | 0 | 41 | 344 | 42 | 62 |
| Binary | 1010100 | 1100101 | 10101011 | 110011 | 101001 | 0 | 100001 | 11100100 | 100010 | 110010 |
Color Harmonies of #5465AB
Complementary color
Monochromatic Colors of #5465AB
Black with #5465AB
Text Example
Text Example
White with #5465AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465AB; }
p { color: rgb(84,101,171); }
H1.HeaderClassName
{
color: #5465AB;
}
.AnyTagClassName
{
color: #5465AB;
}
</style>
background-color css
<style>
a { background-color: #5465AB; }
a { background-color: rgb(84,101,171); }
div.DivClassName
{
background-color: #5465AB;
}
.BgClassName
{
background-color: #5465AB;
}
</style>
border-color css
<style>
span { border-color: #5465AB; }
span { border-color: rgb(84,101,171); }
td.TdClassName
{
border-color: #5465AB;
}
.TagClassName
{
border-color: #5465AB;
}
</style>