Shades of San Marino #5169B1
Tints of San Marino #5169B1
RGB
CMYK
RGB Variations
Color information
#5169B1 (or 0x5169B1) is known color: San Marino. HEX triplet: 51, 69 and B1. RGB value is (81,105,177). Sum of RGB (Red+Green+Blue) = 81+105+177=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #5169B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5169B1 is #AE964E. Grayscale: #696969. Windows color (decimal): -11441743 or 11626833. OLE color: 11626833.
HSL color Cylindrical-coordinate representation of color #5169B1: hue angle of 225º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5169B1 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 105 | 177 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.31 |
| HSL | 225º | 0.38% | 0.51% | - |
| HSV(B) | 225º | 0.54% | 0.69% | - |
| XYZ | 16.38 | 15.03 | 43.63 | - |
| YUV | 106.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 177 | 0.54 | 0.41 | 0 | 0.31 | 225 | 0.38 | 0.51 |
| Hex | 51 | 69 | B1 | 36 | 29 | 0 | 1F | E1 | 26 | 33 |
| Octal | 121 | 151 | 261 | 66 | 51 | 0 | 37 | 341 | 46 | 63 |
| Binary | 1010001 | 1101001 | 10110001 | 110110 | 101001 | 0 | 11111 | 11100001 | 100110 | 110011 |
Color Harmonies of #5169B1
Complementary color
Monochromatic Colors of #5169B1
Black with #5169B1
Text Example
Text Example
White with #5169B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5169B1; }
p { color: rgb(81,105,177); }
H1.HeaderClassName
{
color: #5169B1;
}
.AnyTagClassName
{
color: #5169B1;
}
</style>
background-color css
<style>
a { background-color: #5169B1; }
a { background-color: rgb(81,105,177); }
div.DivClassName
{
background-color: #5169B1;
}
.BgClassName
{
background-color: #5169B1;
}
</style>
border-color css
<style>
span { border-color: #5169B1; }
span { border-color: rgb(81,105,177); }
td.TdClassName
{
border-color: #5169B1;
}
.TagClassName
{
border-color: #5169B1;
}
</style>