Shades of San Marino #5178AB
Tints of San Marino #5178AB
RGB
CMYK
RGB Variations
Color information
#5178AB (or 0x5178AB) is known color: San Marino. HEX triplet: 51, 78 and AB. RGB value is (81,120,171). Sum of RGB (Red+Green+Blue) = 81+120+171=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5178AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5178AB is #AE8754. Grayscale: #717171. Windows color (decimal): -11437909 or 11237457. OLE color: 11237457.
HSL color Cylindrical-coordinate representation of color #5178AB: hue angle of 214º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5178AB is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 120 | 171 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.33 |
| HSL | 214º | 0.36% | 0.49% | - |
| HSV(B) | 214º | 0.53% | 0.67% | - |
| XYZ | 17.46 | 18.12 | 41.11 | - |
| YUV | 114.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 171 | 0.53 | 0.30 | 0 | 0.33 | 214 | 0.36 | 0.49 |
| Hex | 51 | 78 | AB | 35 | 1E | 0 | 21 | D6 | 24 | 31 |
| Octal | 121 | 170 | 253 | 65 | 36 | 0 | 41 | 326 | 44 | 61 |
| Binary | 1010001 | 1111000 | 10101011 | 110101 | 11110 | 0 | 100001 | 11010110 | 100100 | 110001 |
Color Harmonies of #5178AB
Complementary color
Monochromatic Colors of #5178AB
Black with #5178AB
Text Example
Text Example
White with #5178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178AB; }
p { color: rgb(81,120,171); }
H1.HeaderClassName
{
color: #5178AB;
}
.AnyTagClassName
{
color: #5178AB;
}
</style>
background-color css
<style>
a { background-color: #5178AB; }
a { background-color: rgb(81,120,171); }
div.DivClassName
{
background-color: #5178AB;
}
.BgClassName
{
background-color: #5178AB;
}
</style>
border-color css
<style>
span { border-color: #5178AB; }
span { border-color: rgb(81,120,171); }
td.TdClassName
{
border-color: #5178AB;
}
.TagClassName
{
border-color: #5178AB;
}
</style>