Shades of San Marino #546C9C
Tints of San Marino #546C9C
RGB
CMYK
RGB Variations
Color information
#546C9C (or 0x546C9C) is known color: San Marino. HEX triplet: 54, 6C and 9C. RGB value is (84,108,156). Sum of RGB (Red+Green+Blue) = 84+108+156=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #546C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C9C is #AB9363. Grayscale: #6A6A6A. Windows color (decimal): -11244388 or 10251348. OLE color: 10251348.
HSL color Cylindrical-coordinate representation of color #546C9C: hue angle of 220º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546C9C is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 108 | 156 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.39 |
| HSL | 220º | 0.3% | 0.47% | - |
| HSV(B) | 220º | 0.46% | 0.61% | - |
| XYZ | 15.02 | 15.01 | 33.56 | - |
| YUV | 106.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 156 | 0.46 | 0.31 | 0 | 0.39 | 220 | 0.3 | 0.47 |
| Hex | 54 | 6C | 9C | 2E | 1F | 0 | 27 | DC | 1E | 2F |
| Octal | 124 | 154 | 234 | 56 | 37 | 0 | 47 | 334 | 36 | 57 |
| Binary | 1010100 | 1101100 | 10011100 | 101110 | 11111 | 0 | 100111 | 11011100 | 11110 | 101111 |
Color Harmonies of #546C9C
Complementary color
Monochromatic Colors of #546C9C
Black with #546C9C
Text Example
Text Example
White with #546C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C9C; }
p { color: rgb(84,108,156); }
H1.HeaderClassName
{
color: #546C9C;
}
.AnyTagClassName
{
color: #546C9C;
}
</style>
background-color css
<style>
a { background-color: #546C9C; }
a { background-color: rgb(84,108,156); }
div.DivClassName
{
background-color: #546C9C;
}
.BgClassName
{
background-color: #546C9C;
}
</style>
border-color css
<style>
span { border-color: #546C9C; }
span { border-color: rgb(84,108,156); }
td.TdClassName
{
border-color: #546C9C;
}
.TagClassName
{
border-color: #546C9C;
}
</style>