Shades of San Marino #5170B5
Tints of San Marino #5170B5
RGB
CMYK
RGB Variations
Color information
#5170B5 (or 0x5170B5) is known color: San Marino. HEX triplet: 51, 70 and B5. RGB value is (81,112,181). Sum of RGB (Red+Green+Blue) = 81+112+181=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #5170B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170B5 is #AE8F4A. Grayscale: #6E6E6E. Windows color (decimal): -11439947 or 11890769. OLE color: 11890769.
HSL color Cylindrical-coordinate representation of color #5170B5: hue angle of 221.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5170B5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 112 | 181 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.29 |
| HSL | 221.4º | 0.4% | 0.51% | - |
| HSV(B) | 221.4º | 0.55% | 0.71% | - |
| XYZ | 17.53 | 16.67 | 46.01 | - |
| YUV | 110.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 181 | 0.55 | 0.38 | 0 | 0.29 | 221.4 | 0.4 | 0.51 |
| Hex | 51 | 70 | B5 | 37 | 26 | 0 | 1D | DD | 28 | 33 |
| Octal | 121 | 160 | 265 | 67 | 46 | 0 | 35 | 335 | 50 | 63 |
| Binary | 1010001 | 1110000 | 10110101 | 110111 | 100110 | 0 | 11101 | 11011101 | 101000 | 110011 |
Color Harmonies of #5170B5
Complementary color
Monochromatic Colors of #5170B5
Black with #5170B5
Text Example
Text Example
White with #5170B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5170B5; }
p { color: rgb(81,112,181); }
H1.HeaderClassName
{
color: #5170B5;
}
.AnyTagClassName
{
color: #5170B5;
}
</style>
background-color css
<style>
a { background-color: #5170B5; }
a { background-color: rgb(81,112,181); }
div.DivClassName
{
background-color: #5170B5;
}
.BgClassName
{
background-color: #5170B5;
}
</style>
border-color css
<style>
span { border-color: #5170B5; }
span { border-color: rgb(81,112,181); }
td.TdClassName
{
border-color: #5170B5;
}
.TagClassName
{
border-color: #5170B5;
}
</style>