Shades of Rich Blue #545BA7
Tints of Rich Blue #545BA7
RGB
CMYK
RGB Variations
Color information
#545BA7 (or 0x545BA7) is known color: Rich Blue. HEX triplet: 54, 5B and A7. RGB value is (84,91,167). Sum of RGB (Red+Green+Blue) = 84+91+167=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #545BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BA7 is #ABA458. Grayscale: #616161. Windows color (decimal): -11248729 or 10967892. OLE color: 10967892.
HSL color Cylindrical-coordinate representation of color #545BA7: hue angle of 234.94º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #545BA7 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 91 | 167 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.35 |
| HSL | 234.94º | 0.33% | 0.49% | - |
| HSV(B) | 234.94º | 0.5% | 0.65% | - |
| XYZ | 14.37 | 12.16 | 38.15 | - |
| YUV | 97.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 167 | 0.50 | 0.46 | 0 | 0.35 | 234.94 | 0.33 | 0.49 |
| Hex | 54 | 5B | A7 | 32 | 2E | 0 | 23 | EB | 21 | 31 |
| Octal | 124 | 133 | 247 | 62 | 56 | 0 | 43 | 353 | 41 | 61 |
| Binary | 1010100 | 1011011 | 10100111 | 110010 | 101110 | 0 | 100011 | 11101011 | 100001 | 110001 |
Color Harmonies of #545BA7
Complementary color
Monochromatic Colors of #545BA7
Black with #545BA7
Text Example
Text Example
White with #545BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BA7; }
p { color: rgb(84,91,167); }
H1.HeaderClassName
{
color: #545BA7;
}
.AnyTagClassName
{
color: #545BA7;
}
</style>
background-color css
<style>
a { background-color: #545BA7; }
a { background-color: rgb(84,91,167); }
div.DivClassName
{
background-color: #545BA7;
}
.BgClassName
{
background-color: #545BA7;
}
</style>
border-color css
<style>
span { border-color: #545BA7; }
span { border-color: rgb(84,91,167); }
td.TdClassName
{
border-color: #545BA7;
}
.TagClassName
{
border-color: #545BA7;
}
</style>