Shades of San Marino #517A9E
Tints of San Marino #517A9E
RGB
CMYK
RGB Variations
Color information
#517A9E (or 0x517A9E) is known color: San Marino. HEX triplet: 51, 7A and 9E. RGB value is (81,122,158). Sum of RGB (Red+Green+Blue) = 81+122+158=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #517A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9E is #AE8561. Grayscale: #717171. Windows color (decimal): -11437410 or 10386001. OLE color: 10386001.
HSL color Cylindrical-coordinate representation of color #517A9E: hue angle of 208.05º 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 #517A9E is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 122 | 158 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.38 |
| HSL | 208.05º | 0.32% | 0.47% | - |
| HSV(B) | 208.05º | 0.49% | 0.62% | - |
| XYZ | 16.52 | 18.14 | 34.98 | - |
| YUV | 113.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 158 | 0.49 | 0.23 | 0 | 0.38 | 208.05 | 0.32 | 0.47 |
| Hex | 51 | 7A | 9E | 31 | 17 | 0 | 26 | D0 | 20 | 2F |
| Octal | 121 | 172 | 236 | 61 | 27 | 0 | 46 | 320 | 40 | 57 |
| Binary | 1010001 | 1111010 | 10011110 | 110001 | 10111 | 0 | 100110 | 11010000 | 100000 | 101111 |
Color Harmonies of #517A9E
Complementary color
Monochromatic Colors of #517A9E
Black with #517A9E
Text Example
Text Example
White with #517A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A9E; }
p { color: rgb(81,122,158); }
H1.HeaderClassName
{
color: #517A9E;
}
.AnyTagClassName
{
color: #517A9E;
}
</style>
background-color css
<style>
a { background-color: #517A9E; }
a { background-color: rgb(81,122,158); }
div.DivClassName
{
background-color: #517A9E;
}
.BgClassName
{
background-color: #517A9E;
}
</style>
border-color css
<style>
span { border-color: #517A9E; }
span { border-color: rgb(81,122,158); }
td.TdClassName
{
border-color: #517A9E;
}
.TagClassName
{
border-color: #517A9E;
}
</style>