Shades of Rich Blue #5465A9
Tints of Rich Blue #5465A9
RGB
CMYK
RGB Variations
Color information
#5465A9 (or 0x5465A9) is known color: Rich Blue. HEX triplet: 54, 65 and A9. RGB value is (84,101,169). Sum of RGB (Red+Green+Blue) = 84+101+169=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #5465A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465A9 is #AB9A56. Grayscale: #676767. Windows color (decimal): -11246167 or 11101524. OLE color: 11101524.
HSL color Cylindrical-coordinate representation of color #5465A9: hue angle of 228º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5465A9 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 101 | 169 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.34 |
| HSL | 228º | 0.34% | 0.5% | - |
| HSV(B) | 228º | 0.5% | 0.66% | - |
| XYZ | 15.47 | 14.06 | 39.43 | - |
| YUV | 103.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 169 | 0.50 | 0.40 | 0 | 0.34 | 228 | 0.34 | 0.5 |
| Hex | 54 | 65 | A9 | 32 | 28 | 0 | 22 | E4 | 22 | 32 |
| Octal | 124 | 145 | 251 | 62 | 50 | 0 | 42 | 344 | 42 | 62 |
| Binary | 1010100 | 1100101 | 10101001 | 110010 | 101000 | 0 | 100010 | 11100100 | 100010 | 110010 |
Color Harmonies of #5465A9
Complementary color
Monochromatic Colors of #5465A9
Black with #5465A9
Text Example
Text Example
White with #5465A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465A9; }
p { color: rgb(84,101,169); }
H1.HeaderClassName
{
color: #5465A9;
}
.AnyTagClassName
{
color: #5465A9;
}
</style>
background-color css
<style>
a { background-color: #5465A9; }
a { background-color: rgb(84,101,169); }
div.DivClassName
{
background-color: #5465A9;
}
.BgClassName
{
background-color: #5465A9;
}
</style>
border-color css
<style>
span { border-color: #5465A9; }
span { border-color: rgb(84,101,169); }
td.TdClassName
{
border-color: #5465A9;
}
.TagClassName
{
border-color: #5465A9;
}
</style>