Shades of San Marino #5166AF
Tints of San Marino #5166AF
RGB
CMYK
RGB Variations
Color information
#5166AF (or 0x5166AF) is known color: San Marino. HEX triplet: 51, 66 and AF. RGB value is (81,102,175). Sum of RGB (Red+Green+Blue) = 81+102+175=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5166AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5166AF is #AE9950. Grayscale: #676767. Windows color (decimal): -11442513 or 11494993. OLE color: 11494993.
HSL color Cylindrical-coordinate representation of color #5166AF: hue angle of 226.6º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5166AF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 102 | 175 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.31 |
| HSL | 226.6º | 0.37% | 0.5% | - |
| HSV(B) | 226.6º | 0.54% | 0.69% | - |
| XYZ | 15.88 | 14.35 | 42.49 | - |
| YUV | 104.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 175 | 0.54 | 0.42 | 0 | 0.31 | 226.6 | 0.37 | 0.5 |
| Hex | 51 | 66 | AF | 36 | 2A | 0 | 1F | E3 | 25 | 32 |
| Octal | 121 | 146 | 257 | 66 | 52 | 0 | 37 | 343 | 45 | 62 |
| Binary | 1010001 | 1100110 | 10101111 | 110110 | 101010 | 0 | 11111 | 11100011 | 100101 | 110010 |
Color Harmonies of #5166AF
Complementary color
Monochromatic Colors of #5166AF
Black with #5166AF
Text Example
Text Example
White with #5166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166AF; }
p { color: rgb(81,102,175); }
H1.HeaderClassName
{
color: #5166AF;
}
.AnyTagClassName
{
color: #5166AF;
}
</style>
background-color css
<style>
a { background-color: #5166AF; }
a { background-color: rgb(81,102,175); }
div.DivClassName
{
background-color: #5166AF;
}
.BgClassName
{
background-color: #5166AF;
}
</style>
border-color css
<style>
span { border-color: #5166AF; }
span { border-color: rgb(81,102,175); }
td.TdClassName
{
border-color: #5166AF;
}
.TagClassName
{
border-color: #5166AF;
}
</style>