Shades of San Marino #546FA6
Tints of San Marino #546FA6
RGB
CMYK
RGB Variations
Color information
#546FA6 (or 0x546FA6) is known color: San Marino. HEX triplet: 54, 6F and A6. RGB value is (84,111,166). Sum of RGB (Red+Green+Blue) = 84+111+166=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #546FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546FA6 is #AB9059. Grayscale: #6C6C6C. Windows color (decimal): -11243610 or 10907476. OLE color: 10907476.
HSL color Cylindrical-coordinate representation of color #546FA6: hue angle of 220.24º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #546FA6 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 111 | 166 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.35 |
| HSL | 220.24º | 0.33% | 0.49% | - |
| HSV(B) | 220.24º | 0.49% | 0.65% | - |
| XYZ | 16.22 | 16.01 | 38.31 | - |
| YUV | 109.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 166 | 0.49 | 0.33 | 0 | 0.35 | 220.24 | 0.33 | 0.49 |
| Hex | 54 | 6F | A6 | 31 | 21 | 0 | 23 | DC | 21 | 31 |
| Octal | 124 | 157 | 246 | 61 | 41 | 0 | 43 | 334 | 41 | 61 |
| Binary | 1010100 | 1101111 | 10100110 | 110001 | 100001 | 0 | 100011 | 11011100 | 100001 | 110001 |
Color Harmonies of #546FA6
Complementary color
Monochromatic Colors of #546FA6
Black with #546FA6
Text Example
Text Example
White with #546FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FA6; }
p { color: rgb(84,111,166); }
H1.HeaderClassName
{
color: #546FA6;
}
.AnyTagClassName
{
color: #546FA6;
}
</style>
background-color css
<style>
a { background-color: #546FA6; }
a { background-color: rgb(84,111,166); }
div.DivClassName
{
background-color: #546FA6;
}
.BgClassName
{
background-color: #546FA6;
}
</style>
border-color css
<style>
span { border-color: #546FA6; }
span { border-color: rgb(84,111,166); }
td.TdClassName
{
border-color: #546FA6;
}
.TagClassName
{
border-color: #546FA6;
}
</style>