Shades of Rich Blue #545FAD
Tints of Rich Blue #545FAD
RGB
CMYK
RGB Variations
Color information
#545FAD (or 0x545FAD) is known color: Rich Blue. HEX triplet: 54, 5F and AD. RGB value is (84,95,173). Sum of RGB (Red+Green+Blue) = 84+95+173=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #545FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FAD is #ABA052. Grayscale: #646464. Windows color (decimal): -11247699 or 11362132. OLE color: 11362132.
HSL color Cylindrical-coordinate representation of color #545FAD: hue angle of 232.58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545FAD is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 95 | 173 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.32 |
| HSL | 232.58º | 0.35% | 0.5% | - |
| HSV(B) | 232.58º | 0.51% | 0.68% | - |
| XYZ | 15.29 | 13.09 | 41.26 | - |
| YUV | 100.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 173 | 0.51 | 0.45 | 0 | 0.32 | 232.58 | 0.35 | 0.5 |
| Hex | 54 | 5F | AD | 33 | 2D | 0 | 20 | E9 | 23 | 32 |
| Octal | 124 | 137 | 255 | 63 | 55 | 0 | 40 | 351 | 43 | 62 |
| Binary | 1010100 | 1011111 | 10101101 | 110011 | 101101 | 0 | 100000 | 11101001 | 100011 | 110010 |
Color Harmonies of #545FAD
Complementary color
Monochromatic Colors of #545FAD
Black with #545FAD
Text Example
Text Example
White with #545FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FAD; }
p { color: rgb(84,95,173); }
H1.HeaderClassName
{
color: #545FAD;
}
.AnyTagClassName
{
color: #545FAD;
}
</style>
background-color css
<style>
a { background-color: #545FAD; }
a { background-color: rgb(84,95,173); }
div.DivClassName
{
background-color: #545FAD;
}
.BgClassName
{
background-color: #545FAD;
}
</style>
border-color css
<style>
span { border-color: #545FAD; }
span { border-color: rgb(84,95,173); }
td.TdClassName
{
border-color: #545FAD;
}
.TagClassName
{
border-color: #545FAD;
}
</style>