Shades of Rich Blue #5466AC
Tints of Rich Blue #5466AC
RGB
CMYK
RGB Variations
Color information
#5466AC (or 0x5466AC) is known color: Rich Blue. HEX triplet: 54, 66 and AC. RGB value is (84,102,172). Sum of RGB (Red+Green+Blue) = 84+102+172=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5466AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5466AC is #AB9953. Grayscale: #686868. Windows color (decimal): -11245908 or 11298388. OLE color: 11298388.
HSL color Cylindrical-coordinate representation of color #5466AC: hue angle of 227.73º 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 #5466AC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 102 | 172 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.33 |
| HSL | 227.73º | 0.35% | 0.5% | - |
| HSV(B) | 227.73º | 0.51% | 0.67% | - |
| XYZ | 15.85 | 14.37 | 40.97 | - |
| YUV | 104.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 172 | 0.51 | 0.41 | 0 | 0.33 | 227.73 | 0.35 | 0.5 |
| Hex | 54 | 66 | AC | 33 | 29 | 0 | 21 | E4 | 23 | 32 |
| Octal | 124 | 146 | 254 | 63 | 51 | 0 | 41 | 344 | 43 | 62 |
| Binary | 1010100 | 1100110 | 10101100 | 110011 | 101001 | 0 | 100001 | 11100100 | 100011 | 110010 |
Color Harmonies of #5466AC
Complementary color
Monochromatic Colors of #5466AC
Black with #5466AC
Text Example
Text Example
White with #5466AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5466AC; }
p { color: rgb(84,102,172); }
H1.HeaderClassName
{
color: #5466AC;
}
.AnyTagClassName
{
color: #5466AC;
}
</style>
background-color css
<style>
a { background-color: #5466AC; }
a { background-color: rgb(84,102,172); }
div.DivClassName
{
background-color: #5466AC;
}
.BgClassName
{
background-color: #5466AC;
}
</style>
border-color css
<style>
span { border-color: #5466AC; }
span { border-color: rgb(84,102,172); }
td.TdClassName
{
border-color: #5466AC;
}
.TagClassName
{
border-color: #5466AC;
}
</style>