Shades of San Marino #517B9E
Tints of San Marino #517B9E
RGB
CMYK
RGB Variations
Color information
#517B9E (or 0x517B9E) is known color: San Marino. HEX triplet: 51, 7B and 9E. RGB value is (81,123,158). Sum of RGB (Red+Green+Blue) = 81+123+158=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #517B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B9E is #AE8461. Grayscale: #727272. Windows color (decimal): -11437154 or 10386257. OLE color: 10386257.
HSL color Cylindrical-coordinate representation of color #517B9E: hue angle of 207.27º 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 #517B9E is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 123 | 158 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.38 |
| HSL | 207.27º | 0.32% | 0.47% | - |
| HSV(B) | 207.27º | 0.49% | 0.62% | - |
| XYZ | 16.65 | 18.38 | 35.02 | - |
| YUV | 114.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 158 | 0.49 | 0.22 | 0 | 0.38 | 207.27 | 0.32 | 0.47 |
| Hex | 51 | 7B | 9E | 31 | 16 | 0 | 26 | CF | 20 | 2F |
| Octal | 121 | 173 | 236 | 61 | 26 | 0 | 46 | 317 | 40 | 57 |
| Binary | 1010001 | 1111011 | 10011110 | 110001 | 10110 | 0 | 100110 | 11001111 | 100000 | 101111 |
Color Harmonies of #517B9E
Complementary color
Monochromatic Colors of #517B9E
Black with #517B9E
Text Example
Text Example
White with #517B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B9E; }
p { color: rgb(81,123,158); }
H1.HeaderClassName
{
color: #517B9E;
}
.AnyTagClassName
{
color: #517B9E;
}
</style>
background-color css
<style>
a { background-color: #517B9E; }
a { background-color: rgb(81,123,158); }
div.DivClassName
{
background-color: #517B9E;
}
.BgClassName
{
background-color: #517B9E;
}
</style>
border-color css
<style>
span { border-color: #517B9E; }
span { border-color: rgb(81,123,158); }
td.TdClassName
{
border-color: #517B9E;
}
.TagClassName
{
border-color: #517B9E;
}
</style>