Shades of San Marino #516A9B
Tints of San Marino #516A9B
RGB
CMYK
RGB Variations
Color information
#516A9B (or 0x516A9B) is known color: San Marino. HEX triplet: 51, 6A and 9B. RGB value is (81,106,155). Sum of RGB (Red+Green+Blue) = 81+106+155=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #516A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A9B is #AE9564. Grayscale: #676767. Windows color (decimal): -11441509 or 10185297. OLE color: 10185297.
HSL color Cylindrical-coordinate representation of color #516A9B: hue angle of 219.73º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516A9B is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 106 | 155 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.39 |
| HSL | 219.73º | 0.31% | 0.46% | - |
| HSV(B) | 219.73º | 0.48% | 0.61% | - |
| XYZ | 14.46 | 14.42 | 33.03 | - |
| YUV | 104.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 155 | 0.48 | 0.32 | 0 | 0.39 | 219.73 | 0.31 | 0.46 |
| Hex | 51 | 6A | 9B | 30 | 20 | 0 | 27 | DC | 1F | 2E |
| Octal | 121 | 152 | 233 | 60 | 40 | 0 | 47 | 334 | 37 | 56 |
| Binary | 1010001 | 1101010 | 10011011 | 110000 | 100000 | 0 | 100111 | 11011100 | 11111 | 101110 |
Color Harmonies of #516A9B
Complementary color
Monochromatic Colors of #516A9B
Black with #516A9B
Text Example
Text Example
White with #516A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A9B; }
p { color: rgb(81,106,155); }
H1.HeaderClassName
{
color: #516A9B;
}
.AnyTagClassName
{
color: #516A9B;
}
</style>
background-color css
<style>
a { background-color: #516A9B; }
a { background-color: rgb(81,106,155); }
div.DivClassName
{
background-color: #516A9B;
}
.BgClassName
{
background-color: #516A9B;
}
</style>
border-color css
<style>
span { border-color: #516A9B; }
span { border-color: rgb(81,106,155); }
td.TdClassName
{
border-color: #516A9B;
}
.TagClassName
{
border-color: #516A9B;
}
</style>