Shades of San Marino #516FA3
Tints of San Marino #516FA3
RGB
CMYK
RGB Variations
Color information
#516FA3 (or 0x516FA3) is known color: San Marino. HEX triplet: 51, 6F and A3. RGB value is (81,111,163). Sum of RGB (Red+Green+Blue) = 81+111+163=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #516FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA3 is #AE905C. Grayscale: #6B6B6B. Windows color (decimal): -11440221 or 10710865. OLE color: 10710865.
HSL color Cylindrical-coordinate representation of color #516FA3: hue angle of 218.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516FA3 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 111 | 163 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.36 |
| HSL | 218.05º | 0.34% | 0.48% | - |
| HSV(B) | 218.05º | 0.5% | 0.64% | - |
| XYZ | 15.69 | 15.76 | 36.87 | - |
| YUV | 107.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 163 | 0.50 | 0.32 | 0 | 0.36 | 218.05 | 0.34 | 0.48 |
| Hex | 51 | 6F | A3 | 32 | 20 | 0 | 24 | DA | 22 | 30 |
| Octal | 121 | 157 | 243 | 62 | 40 | 0 | 44 | 332 | 42 | 60 |
| Binary | 1010001 | 1101111 | 10100011 | 110010 | 100000 | 0 | 100100 | 11011010 | 100010 | 110000 |
Color Harmonies of #516FA3
Complementary color
Monochromatic Colors of #516FA3
Black with #516FA3
Text Example
Text Example
White with #516FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FA3; }
p { color: rgb(81,111,163); }
H1.HeaderClassName
{
color: #516FA3;
}
.AnyTagClassName
{
color: #516FA3;
}
</style>
background-color css
<style>
a { background-color: #516FA3; }
a { background-color: rgb(81,111,163); }
div.DivClassName
{
background-color: #516FA3;
}
.BgClassName
{
background-color: #516FA3;
}
</style>
border-color css
<style>
span { border-color: #516FA3; }
span { border-color: rgb(81,111,163); }
td.TdClassName
{
border-color: #516FA3;
}
.TagClassName
{
border-color: #516FA3;
}
</style>