Shades of San Marino #51769A
Tints of San Marino #51769A
RGB
CMYK
RGB Variations
Color information
#51769A (or 0x51769A) is known color: San Marino. HEX triplet: 51, 76 and 9A. RGB value is (81,118,154). Sum of RGB (Red+Green+Blue) = 81+118+154=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #51769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51769A is #AE8965. Grayscale: #6E6E6E. Windows color (decimal): -11438438 or 10122833. OLE color: 10122833.
HSL color Cylindrical-coordinate representation of color #51769A: hue angle of 209.59º 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 #51769A is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 118 | 154 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.40 |
| HSL | 209.59º | 0.31% | 0.46% | - |
| HSV(B) | 209.59º | 0.47% | 0.6% | - |
| XYZ | 15.7 | 17.04 | 33.03 | - |
| YUV | 111.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 154 | 0.47 | 0.23 | 0 | 0.40 | 209.59 | 0.31 | 0.46 |
| Hex | 51 | 76 | 9A | 2F | 17 | 0 | 28 | D2 | 1F | 2E |
| Octal | 121 | 166 | 232 | 57 | 27 | 0 | 50 | 322 | 37 | 56 |
| Binary | 1010001 | 1110110 | 10011010 | 101111 | 10111 | 0 | 101000 | 11010010 | 11111 | 101110 |
Color Harmonies of #51769A
Complementary color
Monochromatic Colors of #51769A
Black with #51769A
Text Example
Text Example
White with #51769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51769A; }
p { color: rgb(81,118,154); }
H1.HeaderClassName
{
color: #51769A;
}
.AnyTagClassName
{
color: #51769A;
}
</style>
background-color css
<style>
a { background-color: #51769A; }
a { background-color: rgb(81,118,154); }
div.DivClassName
{
background-color: #51769A;
}
.BgClassName
{
background-color: #51769A;
}
</style>
border-color css
<style>
span { border-color: #51769A; }
span { border-color: rgb(81,118,154); }
td.TdClassName
{
border-color: #51769A;
}
.TagClassName
{
border-color: #51769A;
}
</style>