Shades of San Marino #517A9F
Tints of San Marino #517A9F
RGB
CMYK
RGB Variations
Color information
#517A9F (or 0x517A9F) is known color: San Marino. HEX triplet: 51, 7A and 9F. RGB value is (81,122,159). Sum of RGB (Red+Green+Blue) = 81+122+159=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #517A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9F is #AE8560. Grayscale: #717171. Windows color (decimal): -11437409 or 10451537. OLE color: 10451537.
HSL color Cylindrical-coordinate representation of color #517A9F: hue angle of 208.46º 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 #517A9F is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 122 | 159 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.38 |
| HSL | 208.46º | 0.33% | 0.47% | - |
| HSV(B) | 208.46º | 0.49% | 0.62% | - |
| XYZ | 16.61 | 18.17 | 35.43 | - |
| YUV | 113.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 159 | 0.49 | 0.23 | 0 | 0.38 | 208.46 | 0.33 | 0.47 |
| Hex | 51 | 7A | 9F | 31 | 17 | 0 | 26 | D0 | 20 | 2F |
| Octal | 121 | 172 | 237 | 61 | 27 | 0 | 46 | 320 | 40 | 57 |
| Binary | 1010001 | 1111010 | 10011111 | 110001 | 10111 | 0 | 100110 | 11010000 | 100000 | 101111 |
Color Harmonies of #517A9F
Complementary color
Monochromatic Colors of #517A9F
Black with #517A9F
Text Example
Text Example
White with #517A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A9F; }
p { color: rgb(81,122,159); }
H1.HeaderClassName
{
color: #517A9F;
}
.AnyTagClassName
{
color: #517A9F;
}
</style>
background-color css
<style>
a { background-color: #517A9F; }
a { background-color: rgb(81,122,159); }
div.DivClassName
{
background-color: #517A9F;
}
.BgClassName
{
background-color: #517A9F;
}
</style>
border-color css
<style>
span { border-color: #517A9F; }
span { border-color: rgb(81,122,159); }
td.TdClassName
{
border-color: #517A9F;
}
.TagClassName
{
border-color: #517A9F;
}
</style>