Shades of San Marino #51799E
Tints of San Marino #51799E
RGB
CMYK
RGB Variations
Color information
#51799E (or 0x51799E) is known color: San Marino. HEX triplet: 51, 79 and 9E. RGB value is (81,121,158). Sum of RGB (Red+Green+Blue) = 81+121+158=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #51799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51799E is #AE8661. Grayscale: #717171. Windows color (decimal): -11437666 or 10385745. OLE color: 10385745.
HSL color Cylindrical-coordinate representation of color #51799E: hue angle of 208.83º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51799E is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 121 | 158 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.38 |
| HSL | 208.83º | 0.32% | 0.47% | - |
| HSV(B) | 208.83º | 0.49% | 0.62% | - |
| XYZ | 16.4 | 17.89 | 34.94 | - |
| YUV | 113.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 158 | 0.49 | 0.23 | 0 | 0.38 | 208.83 | 0.32 | 0.47 |
| Hex | 51 | 79 | 9E | 31 | 17 | 0 | 26 | D1 | 20 | 2F |
| Octal | 121 | 171 | 236 | 61 | 27 | 0 | 46 | 321 | 40 | 57 |
| Binary | 1010001 | 1111001 | 10011110 | 110001 | 10111 | 0 | 100110 | 11010001 | 100000 | 101111 |
Color Harmonies of #51799E
Complementary color
Monochromatic Colors of #51799E
Black with #51799E
Text Example
Text Example
White with #51799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51799E; }
p { color: rgb(81,121,158); }
H1.HeaderClassName
{
color: #51799E;
}
.AnyTagClassName
{
color: #51799E;
}
</style>
background-color css
<style>
a { background-color: #51799E; }
a { background-color: rgb(81,121,158); }
div.DivClassName
{
background-color: #51799E;
}
.BgClassName
{
background-color: #51799E;
}
</style>
border-color css
<style>
span { border-color: #51799E; }
span { border-color: rgb(81,121,158); }
td.TdClassName
{
border-color: #51799E;
}
.TagClassName
{
border-color: #51799E;
}
</style>