Shades of Rich Blue #5465AC
Tints of Rich Blue #5465AC
RGB
CMYK
RGB Variations
Color information
#5465AC (or 0x5465AC) is known color: Rich Blue. HEX triplet: 54, 65 and AC. RGB value is (84,101,172). Sum of RGB (Red+Green+Blue) = 84+101+172=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5465AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AC is #AB9A53. Grayscale: #676767. Windows color (decimal): -11246164 or 11298132. OLE color: 11298132.
HSL color Cylindrical-coordinate representation of color #5465AC: hue angle of 228.41º degrees, saturation: 0.35, 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 #5465AC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 101 | 172 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.33 |
| HSL | 228.41º | 0.35% | 0.5% | - |
| HSV(B) | 228.41º | 0.51% | 0.67% | - |
| XYZ | 15.76 | 14.17 | 40.93 | - |
| YUV | 104.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 172 | 0.51 | 0.41 | 0 | 0.33 | 228.41 | 0.35 | 0.5 |
| Hex | 54 | 65 | AC | 33 | 29 | 0 | 21 | E4 | 23 | 32 |
| Octal | 124 | 145 | 254 | 63 | 51 | 0 | 41 | 344 | 43 | 62 |
| Binary | 1010100 | 1100101 | 10101100 | 110011 | 101001 | 0 | 100001 | 11100100 | 100011 | 110010 |
Color Harmonies of #5465AC
Complementary color
Monochromatic Colors of #5465AC
Black with #5465AC
Text Example
Text Example
White with #5465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465AC; }
p { color: rgb(84,101,172); }
H1.HeaderClassName
{
color: #5465AC;
}
.AnyTagClassName
{
color: #5465AC;
}
</style>
background-color css
<style>
a { background-color: #5465AC; }
a { background-color: rgb(84,101,172); }
div.DivClassName
{
background-color: #5465AC;
}
.BgClassName
{
background-color: #5465AC;
}
</style>
border-color css
<style>
span { border-color: #5465AC; }
span { border-color: rgb(84,101,172); }
td.TdClassName
{
border-color: #5465AC;
}
.TagClassName
{
border-color: #5465AC;
}
</style>