Shades of San Marino #51689A
Tints of San Marino #51689A
RGB
CMYK
RGB Variations
Color information
#51689A (or 0x51689A) is known color: San Marino. HEX triplet: 51, 68 and 9A. RGB value is (81,104,154). Sum of RGB (Red+Green+Blue) = 81+104+154=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #51689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689A is #AE9765. Grayscale: #666666. Windows color (decimal): -11442022 or 10119249. OLE color: 10119249.
HSL color Cylindrical-coordinate representation of color #51689A: hue angle of 221.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51689A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 104 | 154 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.40 |
| HSL | 221.1º | 0.31% | 0.46% | - |
| HSV(B) | 221.1º | 0.47% | 0.6% | - |
| XYZ | 14.18 | 13.98 | 32.52 | - |
| YUV | 102.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 154 | 0.47 | 0.32 | 0 | 0.40 | 221.1 | 0.31 | 0.46 |
| Hex | 51 | 68 | 9A | 2F | 20 | 0 | 28 | DD | 1F | 2E |
| Octal | 121 | 150 | 232 | 57 | 40 | 0 | 50 | 335 | 37 | 56 |
| Binary | 1010001 | 1101000 | 10011010 | 101111 | 100000 | 0 | 101000 | 11011101 | 11111 | 101110 |
Color Harmonies of #51689A
Complementary color
Monochromatic Colors of #51689A
Black with #51689A
Text Example
Text Example
White with #51689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51689A; }
p { color: rgb(81,104,154); }
H1.HeaderClassName
{
color: #51689A;
}
.AnyTagClassName
{
color: #51689A;
}
</style>
background-color css
<style>
a { background-color: #51689A; }
a { background-color: rgb(81,104,154); }
div.DivClassName
{
background-color: #51689A;
}
.BgClassName
{
background-color: #51689A;
}
</style>
border-color css
<style>
span { border-color: #51689A; }
span { border-color: rgb(81,104,154); }
td.TdClassName
{
border-color: #51689A;
}
.TagClassName
{
border-color: #51689A;
}
</style>