Shades of San Marino #516FAD
Tints of San Marino #516FAD
RGB
CMYK
RGB Variations
Color information
#516FAD (or 0x516FAD) is known color: San Marino. HEX triplet: 51, 6F and AD. RGB value is (81,111,173). Sum of RGB (Red+Green+Blue) = 81+111+173=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #516FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FAD is #AE9052. Grayscale: #6C6C6C. Windows color (decimal): -11440211 or 11366225. OLE color: 11366225.
HSL color Cylindrical-coordinate representation of color #516FAD: hue angle of 220.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516FAD is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 111 | 173 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.32 |
| HSL | 220.43º | 0.36% | 0.5% | - |
| HSV(B) | 220.43º | 0.53% | 0.68% | - |
| XYZ | 16.62 | 16.14 | 41.77 | - |
| YUV | 109.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 173 | 0.53 | 0.36 | 0 | 0.32 | 220.43 | 0.36 | 0.5 |
| Hex | 51 | 6F | AD | 35 | 24 | 0 | 20 | DC | 24 | 32 |
| Octal | 121 | 157 | 255 | 65 | 44 | 0 | 40 | 334 | 44 | 62 |
| Binary | 1010001 | 1101111 | 10101101 | 110101 | 100100 | 0 | 100000 | 11011100 | 100100 | 110010 |
Color Harmonies of #516FAD
Complementary color
Monochromatic Colors of #516FAD
Black with #516FAD
Text Example
Text Example
White with #516FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FAD; }
p { color: rgb(81,111,173); }
H1.HeaderClassName
{
color: #516FAD;
}
.AnyTagClassName
{
color: #516FAD;
}
</style>
background-color css
<style>
a { background-color: #516FAD; }
a { background-color: rgb(81,111,173); }
div.DivClassName
{
background-color: #516FAD;
}
.BgClassName
{
background-color: #516FAD;
}
</style>
border-color css
<style>
span { border-color: #516FAD; }
span { border-color: rgb(81,111,173); }
td.TdClassName
{
border-color: #516FAD;
}
.TagClassName
{
border-color: #516FAD;
}
</style>