Shades of San Marino #517AA1
Tints of San Marino #517AA1
RGB
CMYK
RGB Variations
Color information
#517AA1 (or 0x517AA1) is known color: San Marino. HEX triplet: 51, 7A and A1. RGB value is (81,122,161). Sum of RGB (Red+Green+Blue) = 81+122+161=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 161 - color contains mainly: blue. Hex color #517AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AA1 is #AE855E. Grayscale: #717171. Windows color (decimal): -11437407 or 10582609. OLE color: 10582609.
HSL color Cylindrical-coordinate representation of color #517AA1: hue angle of 209.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #517AA1 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 122 | 161 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.37 |
| HSL | 209.25º | 0.33% | 0.47% | - |
| HSV(B) | 209.25º | 0.5% | 0.63% | - |
| XYZ | 16.79 | 18.24 | 36.35 | - |
| YUV | 114.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 161 | 0.50 | 0.24 | 0 | 0.37 | 209.25 | 0.33 | 0.47 |
| Hex | 51 | 7A | A1 | 32 | 18 | 0 | 25 | D1 | 21 | 2F |
| Octal | 121 | 172 | 241 | 62 | 30 | 0 | 45 | 321 | 41 | 57 |
| Binary | 1010001 | 1111010 | 10100001 | 110010 | 11000 | 0 | 100101 | 11010001 | 100001 | 101111 |
Color Harmonies of #517AA1
Complementary color
Monochromatic Colors of #517AA1
Black with #517AA1
Text Example
Text Example
White with #517AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AA1; }
p { color: rgb(81,122,161); }
H1.HeaderClassName
{
color: #517AA1;
}
.AnyTagClassName
{
color: #517AA1;
}
</style>
background-color css
<style>
a { background-color: #517AA1; }
a { background-color: rgb(81,122,161); }
div.DivClassName
{
background-color: #517AA1;
}
.BgClassName
{
background-color: #517AA1;
}
</style>
border-color css
<style>
span { border-color: #517AA1; }
span { border-color: rgb(81,122,161); }
td.TdClassName
{
border-color: #517AA1;
}
.TagClassName
{
border-color: #517AA1;
}
</style>