Shades of San Marino #5077AB
Tints of San Marino #5077AB
RGB
CMYK
RGB Variations
Color information
#5077AB (or 0x5077AB) is known color: San Marino. HEX triplet: 50, 77 and AB. RGB value is (80,119,171). Sum of RGB (Red+Green+Blue) = 80+119+171=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5077AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5077AB is #AF8854. Grayscale: #717171. Windows color (decimal): -11503701 or 11237200. OLE color: 11237200.
HSL color Cylindrical-coordinate representation of color #5077AB: hue angle of 214.29º 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 #5077AB is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 119 | 171 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.33 |
| HSL | 214.29º | 0.36% | 0.49% | - |
| HSV(B) | 214.29º | 0.53% | 0.67% | - |
| XYZ | 17.26 | 17.84 | 41.06 | - |
| YUV | 113.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 171 | 0.53 | 0.30 | 0 | 0.33 | 214.29 | 0.36 | 0.49 |
| Hex | 50 | 77 | AB | 35 | 1E | 0 | 21 | D6 | 24 | 31 |
| Octal | 120 | 167 | 253 | 65 | 36 | 0 | 41 | 326 | 44 | 61 |
| Binary | 1010000 | 1110111 | 10101011 | 110101 | 11110 | 0 | 100001 | 11010110 | 100100 | 110001 |
Color Harmonies of #5077AB
Complementary color
Monochromatic Colors of #5077AB
Black with #5077AB
Text Example
Text Example
White with #5077AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5077AB; }
p { color: rgb(80,119,171); }
H1.HeaderClassName
{
color: #5077AB;
}
.AnyTagClassName
{
color: #5077AB;
}
</style>
background-color css
<style>
a { background-color: #5077AB; }
a { background-color: rgb(80,119,171); }
div.DivClassName
{
background-color: #5077AB;
}
.BgClassName
{
background-color: #5077AB;
}
</style>
border-color css
<style>
span { border-color: #5077AB; }
span { border-color: rgb(80,119,171); }
td.TdClassName
{
border-color: #5077AB;
}
.TagClassName
{
border-color: #5077AB;
}
</style>