Shades of Rich Blue #545DAD
Tints of Rich Blue #545DAD
RGB
CMYK
RGB Variations
Color information
#545DAD (or 0x545DAD) is known color: Rich Blue. HEX triplet: 54, 5D and AD. RGB value is (84,93,173). Sum of RGB (Red+Green+Blue) = 84+93+173=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #545DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAD is #ABA252. Grayscale: #636363. Windows color (decimal): -11248211 or 11361620. OLE color: 11361620.
HSL color Cylindrical-coordinate representation of color #545DAD: hue angle of 233.93º 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 #545DAD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 93 | 173 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.32 |
| HSL | 233.93º | 0.35% | 0.5% | - |
| HSV(B) | 233.93º | 0.51% | 0.68% | - |
| XYZ | 15.11 | 12.73 | 41.2 | - |
| YUV | 99.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 173 | 0.51 | 0.46 | 0 | 0.32 | 233.93 | 0.35 | 0.5 |
| Hex | 54 | 5D | AD | 33 | 2E | 0 | 20 | EA | 23 | 32 |
| Octal | 124 | 135 | 255 | 63 | 56 | 0 | 40 | 352 | 43 | 62 |
| Binary | 1010100 | 1011101 | 10101101 | 110011 | 101110 | 0 | 100000 | 11101010 | 100011 | 110010 |
Color Harmonies of #545DAD
Complementary color
Monochromatic Colors of #545DAD
Black with #545DAD
Text Example
Text Example
White with #545DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DAD; }
p { color: rgb(84,93,173); }
H1.HeaderClassName
{
color: #545DAD;
}
.AnyTagClassName
{
color: #545DAD;
}
</style>
background-color css
<style>
a { background-color: #545DAD; }
a { background-color: rgb(84,93,173); }
div.DivClassName
{
background-color: #545DAD;
}
.BgClassName
{
background-color: #545DAD;
}
</style>
border-color css
<style>
span { border-color: #545DAD; }
span { border-color: rgb(84,93,173); }
td.TdClassName
{
border-color: #545DAD;
}
.TagClassName
{
border-color: #545DAD;
}
</style>