Shades of San Marino #5065AB
Tints of San Marino #5065AB
RGB
CMYK
RGB Variations
Color information
#5065AB (or 0x5065AB) is known color: San Marino. HEX triplet: 50, 65 and AB. RGB value is (80,101,171). Sum of RGB (Red+Green+Blue) = 80+101+171=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5065AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5065AB is #AF9A54. Grayscale: #666666. Windows color (decimal): -11508309 or 11232592. OLE color: 11232592.
HSL color Cylindrical-coordinate representation of color #5065AB: hue angle of 226.15º 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 #5065AB is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 101 | 171 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.33 |
| HSL | 226.15º | 0.36% | 0.49% | - |
| HSV(B) | 226.15º | 0.53% | 0.67% | - |
| XYZ | 15.31 | 13.95 | 40.41 | - |
| YUV | 102.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 171 | 0.53 | 0.41 | 0 | 0.33 | 226.15 | 0.36 | 0.49 |
| Hex | 50 | 65 | AB | 35 | 29 | 0 | 21 | E2 | 24 | 31 |
| Octal | 120 | 145 | 253 | 65 | 51 | 0 | 41 | 342 | 44 | 61 |
| Binary | 1010000 | 1100101 | 10101011 | 110101 | 101001 | 0 | 100001 | 11100010 | 100100 | 110001 |
Color Harmonies of #5065AB
Complementary color
Monochromatic Colors of #5065AB
Black with #5065AB
Text Example
Text Example
White with #5065AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065AB; }
p { color: rgb(80,101,171); }
H1.HeaderClassName
{
color: #5065AB;
}
.AnyTagClassName
{
color: #5065AB;
}
</style>
background-color css
<style>
a { background-color: #5065AB; }
a { background-color: rgb(80,101,171); }
div.DivClassName
{
background-color: #5065AB;
}
.BgClassName
{
background-color: #5065AB;
}
</style>
border-color css
<style>
span { border-color: #5065AB; }
span { border-color: rgb(80,101,171); }
td.TdClassName
{
border-color: #5065AB;
}
.TagClassName
{
border-color: #5065AB;
}
</style>