Shades of Rich Blue #545BA6
Tints of Rich Blue #545BA6
RGB
CMYK
RGB Variations
Color information
#545BA6 (or 0x545BA6) is known color: Rich Blue. HEX triplet: 54, 5B and A6. RGB value is (84,91,166). Sum of RGB (Red+Green+Blue) = 84+91+166=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #545BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BA6 is #ABA459. Grayscale: #616161. Windows color (decimal): -11248730 or 10902356. OLE color: 10902356.
HSL color Cylindrical-coordinate representation of color #545BA6: hue angle of 234.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545BA6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 91 | 166 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.35 |
| HSL | 234.88º | 0.33% | 0.49% | - |
| HSV(B) | 234.88º | 0.49% | 0.65% | - |
| XYZ | 14.28 | 12.12 | 37.66 | - |
| YUV | 97.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 166 | 0.49 | 0.45 | 0 | 0.35 | 234.88 | 0.33 | 0.49 |
| Hex | 54 | 5B | A6 | 31 | 2D | 0 | 23 | EB | 21 | 31 |
| Octal | 124 | 133 | 246 | 61 | 55 | 0 | 43 | 353 | 41 | 61 |
| Binary | 1010100 | 1011011 | 10100110 | 110001 | 101101 | 0 | 100011 | 11101011 | 100001 | 110001 |
Color Harmonies of #545BA6
Complementary color
Monochromatic Colors of #545BA6
Black with #545BA6
Text Example
Text Example
White with #545BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BA6; }
p { color: rgb(84,91,166); }
H1.HeaderClassName
{
color: #545BA6;
}
.AnyTagClassName
{
color: #545BA6;
}
</style>
background-color css
<style>
a { background-color: #545BA6; }
a { background-color: rgb(84,91,166); }
div.DivClassName
{
background-color: #545BA6;
}
.BgClassName
{
background-color: #545BA6;
}
</style>
border-color css
<style>
span { border-color: #545BA6; }
span { border-color: rgb(84,91,166); }
td.TdClassName
{
border-color: #545BA6;
}
.TagClassName
{
border-color: #545BA6;
}
</style>