Shades of Rich Blue #545FAA
Tints of Rich Blue #545FAA
RGB
CMYK
RGB Variations
Color information
#545FAA (or 0x545FAA) is known color: Rich Blue. HEX triplet: 54, 5F and AA. RGB value is (84,95,170). Sum of RGB (Red+Green+Blue) = 84+95+170=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #545FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FAA is #ABA055. Grayscale: #636363. Windows color (decimal): -11247702 or 11165524. OLE color: 11165524.
HSL color Cylindrical-coordinate representation of color #545FAA: hue angle of 232.33º degrees, saturation: 0.34, 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 #545FAA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 95 | 170 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.33 |
| HSL | 232.33º | 0.34% | 0.5% | - |
| HSV(B) | 232.33º | 0.51% | 0.67% | - |
| XYZ | 15 | 12.97 | 39.74 | - |
| YUV | 100.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 170 | 0.51 | 0.44 | 0 | 0.33 | 232.33 | 0.34 | 0.5 |
| Hex | 54 | 5F | AA | 33 | 2C | 0 | 21 | E8 | 22 | 32 |
| Octal | 124 | 137 | 252 | 63 | 54 | 0 | 41 | 350 | 42 | 62 |
| Binary | 1010100 | 1011111 | 10101010 | 110011 | 101100 | 0 | 100001 | 11101000 | 100010 | 110010 |
Color Harmonies of #545FAA
Complementary color
Monochromatic Colors of #545FAA
Black with #545FAA
Text Example
Text Example
White with #545FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FAA; }
p { color: rgb(84,95,170); }
H1.HeaderClassName
{
color: #545FAA;
}
.AnyTagClassName
{
color: #545FAA;
}
</style>
background-color css
<style>
a { background-color: #545FAA; }
a { background-color: rgb(84,95,170); }
div.DivClassName
{
background-color: #545FAA;
}
.BgClassName
{
background-color: #545FAA;
}
</style>
border-color css
<style>
span { border-color: #545FAA; }
span { border-color: rgb(84,95,170); }
td.TdClassName
{
border-color: #545FAA;
}
.TagClassName
{
border-color: #545FAA;
}
</style>