Shades of San Marino #5178A9
Tints of San Marino #5178A9
RGB
CMYK
RGB Variations
Color information
#5178A9 (or 0x5178A9) is known color: San Marino. HEX triplet: 51, 78 and A9. RGB value is (81,120,169). Sum of RGB (Red+Green+Blue) = 81+120+169=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #5178A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5178A9 is #AE8756. Grayscale: #717171. Windows color (decimal): -11437911 or 11106385. OLE color: 11106385.
HSL color Cylindrical-coordinate representation of color #5178A9: hue angle of 213.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5178A9 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 120 | 169 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.34 |
| HSL | 213.41º | 0.35% | 0.49% | - |
| HSV(B) | 213.41º | 0.52% | 0.66% | - |
| XYZ | 17.27 | 18.05 | 40.11 | - |
| YUV | 113.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 169 | 0.52 | 0.29 | 0 | 0.34 | 213.41 | 0.35 | 0.49 |
| Hex | 51 | 78 | A9 | 34 | 1D | 0 | 22 | D5 | 23 | 31 |
| Octal | 121 | 170 | 251 | 64 | 35 | 0 | 42 | 325 | 43 | 61 |
| Binary | 1010001 | 1111000 | 10101001 | 110100 | 11101 | 0 | 100010 | 11010101 | 100011 | 110001 |
Color Harmonies of #5178A9
Complementary color
Monochromatic Colors of #5178A9
Black with #5178A9
Text Example
Text Example
White with #5178A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178A9; }
p { color: rgb(81,120,169); }
H1.HeaderClassName
{
color: #5178A9;
}
.AnyTagClassName
{
color: #5178A9;
}
</style>
background-color css
<style>
a { background-color: #5178A9; }
a { background-color: rgb(81,120,169); }
div.DivClassName
{
background-color: #5178A9;
}
.BgClassName
{
background-color: #5178A9;
}
</style>
border-color css
<style>
span { border-color: #5178A9; }
span { border-color: rgb(81,120,169); }
td.TdClassName
{
border-color: #5178A9;
}
.TagClassName
{
border-color: #5178A9;
}
</style>