Shades of San Marino #546AAA
Tints of San Marino #546AAA
RGB
CMYK
RGB Variations
Color information
#546AAA (or 0x546AAA) is known color: San Marino. HEX triplet: 54, 6A and AA. RGB value is (84,106,170). Sum of RGB (Red+Green+Blue) = 84+106+170=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #546AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AAA is #AB9555. Grayscale: #6A6A6A. Windows color (decimal): -11244886 or 11168340. OLE color: 11168340.
HSL color Cylindrical-coordinate representation of color #546AAA: hue angle of 224.65º 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 #546AAA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 106 | 170 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.33 |
| HSL | 224.65º | 0.34% | 0.5% | - |
| HSV(B) | 224.65º | 0.51% | 0.67% | - |
| XYZ | 16.07 | 15.1 | 40.1 | - |
| YUV | 106.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 170 | 0.51 | 0.38 | 0 | 0.33 | 224.65 | 0.34 | 0.5 |
| Hex | 54 | 6A | AA | 33 | 26 | 0 | 21 | E1 | 22 | 32 |
| Octal | 124 | 152 | 252 | 63 | 46 | 0 | 41 | 341 | 42 | 62 |
| Binary | 1010100 | 1101010 | 10101010 | 110011 | 100110 | 0 | 100001 | 11100001 | 100010 | 110010 |
Color Harmonies of #546AAA
Complementary color
Monochromatic Colors of #546AAA
Black with #546AAA
Text Example
Text Example
White with #546AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AAA; }
p { color: rgb(84,106,170); }
H1.HeaderClassName
{
color: #546AAA;
}
.AnyTagClassName
{
color: #546AAA;
}
</style>
background-color css
<style>
a { background-color: #546AAA; }
a { background-color: rgb(84,106,170); }
div.DivClassName
{
background-color: #546AAA;
}
.BgClassName
{
background-color: #546AAA;
}
</style>
border-color css
<style>
span { border-color: #546AAA; }
span { border-color: rgb(84,106,170); }
td.TdClassName
{
border-color: #546AAA;
}
.TagClassName
{
border-color: #546AAA;
}
</style>