Shades of Rich Blue #5465AF
Tints of Rich Blue #5465AF
RGB
CMYK
RGB Variations
Color information
#5465AF (or 0x5465AF) is known color: Rich Blue. HEX triplet: 54, 65 and AF. RGB value is (84,101,175). Sum of RGB (Red+Green+Blue) = 84+101+175=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #5465AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AF is #AB9A50. Grayscale: #686868. Windows color (decimal): -11246161 or 11494740. OLE color: 11494740.
HSL color Cylindrical-coordinate representation of color #5465AF: hue angle of 228.79º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5465AF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 101 | 175 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.31 |
| HSL | 228.79º | 0.36% | 0.51% | - |
| HSV(B) | 228.79º | 0.52% | 0.69% | - |
| XYZ | 16.05 | 14.29 | 42.47 | - |
| YUV | 104.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 175 | 0.52 | 0.42 | 0 | 0.31 | 228.79 | 0.36 | 0.51 |
| Hex | 54 | 65 | AF | 34 | 2A | 0 | 1F | E5 | 24 | 33 |
| Octal | 124 | 145 | 257 | 64 | 52 | 0 | 37 | 345 | 44 | 63 |
| Binary | 1010100 | 1100101 | 10101111 | 110100 | 101010 | 0 | 11111 | 11100101 | 100100 | 110011 |
Color Harmonies of #5465AF
Complementary color
Monochromatic Colors of #5465AF
Black with #5465AF
Text Example
Text Example
White with #5465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465AF; }
p { color: rgb(84,101,175); }
H1.HeaderClassName
{
color: #5465AF;
}
.AnyTagClassName
{
color: #5465AF;
}
</style>
background-color css
<style>
a { background-color: #5465AF; }
a { background-color: rgb(84,101,175); }
div.DivClassName
{
background-color: #5465AF;
}
.BgClassName
{
background-color: #5465AF;
}
</style>
border-color css
<style>
span { border-color: #5465AF; }
span { border-color: rgb(84,101,175); }
td.TdClassName
{
border-color: #5465AF;
}
.TagClassName
{
border-color: #5465AF;
}
</style>