Shades of San Marino #547AAA
Tints of San Marino #547AAA
RGB
CMYK
RGB Variations
Color information
#547AAA (or 0x547AAA) is known color: San Marino. HEX triplet: 54, 7A and AA. RGB value is (84,122,170). Sum of RGB (Red+Green+Blue) = 84+122+170=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #547AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAA is #AB8555. Grayscale: #737373. Windows color (decimal): -11240790 or 11172436. OLE color: 11172436.
HSL color Cylindrical-coordinate representation of color #547AAA: hue angle of 213.49º 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 #547AAA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 122 | 170 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.33 |
| HSL | 213.49º | 0.34% | 0.5% | - |
| HSV(B) | 213.49º | 0.51% | 0.67% | - |
| XYZ | 17.87 | 18.71 | 40.7 | - |
| YUV | 116.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 170 | 0.51 | 0.28 | 0 | 0.33 | 213.49 | 0.34 | 0.5 |
| Hex | 54 | 7A | AA | 33 | 1C | 0 | 21 | D5 | 22 | 32 |
| Octal | 124 | 172 | 252 | 63 | 34 | 0 | 41 | 325 | 42 | 62 |
| Binary | 1010100 | 1111010 | 10101010 | 110011 | 11100 | 0 | 100001 | 11010101 | 100010 | 110010 |
Color Harmonies of #547AAA
Complementary color
Monochromatic Colors of #547AAA
Black with #547AAA
Text Example
Text Example
White with #547AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AAA; }
p { color: rgb(84,122,170); }
H1.HeaderClassName
{
color: #547AAA;
}
.AnyTagClassName
{
color: #547AAA;
}
</style>
background-color css
<style>
a { background-color: #547AAA; }
a { background-color: rgb(84,122,170); }
div.DivClassName
{
background-color: #547AAA;
}
.BgClassName
{
background-color: #547AAA;
}
</style>
border-color css
<style>
span { border-color: #547AAA; }
span { border-color: rgb(84,122,170); }
td.TdClassName
{
border-color: #547AAA;
}
.TagClassName
{
border-color: #547AAA;
}
</style>