Shades of San Marino #5066AB
Tints of San Marino #5066AB
RGB
CMYK
RGB Variations
Color information
#5066AB (or 0x5066AB) is known color: San Marino. HEX triplet: 50, 66 and AB. RGB value is (80,102,171). Sum of RGB (Red+Green+Blue) = 80+102+171=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5066AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AB is #AF9954. Grayscale: #666666. Windows color (decimal): -11508053 or 11232848. OLE color: 11232848.
HSL color Cylindrical-coordinate representation of color #5066AB: hue angle of 225.49º 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 #5066AB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 102 | 171 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.33 |
| HSL | 225.49º | 0.36% | 0.49% | - |
| HSV(B) | 225.49º | 0.53% | 0.67% | - |
| XYZ | 15.41 | 14.15 | 40.45 | - |
| YUV | 103.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 171 | 0.53 | 0.40 | 0 | 0.33 | 225.49 | 0.36 | 0.49 |
| Hex | 50 | 66 | AB | 35 | 28 | 0 | 21 | E1 | 24 | 31 |
| Octal | 120 | 146 | 253 | 65 | 50 | 0 | 41 | 341 | 44 | 61 |
| Binary | 1010000 | 1100110 | 10101011 | 110101 | 101000 | 0 | 100001 | 11100001 | 100100 | 110001 |
Color Harmonies of #5066AB
Complementary color
Monochromatic Colors of #5066AB
Black with #5066AB
Text Example
Text Example
White with #5066AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066AB; }
p { color: rgb(80,102,171); }
H1.HeaderClassName
{
color: #5066AB;
}
.AnyTagClassName
{
color: #5066AB;
}
</style>
background-color css
<style>
a { background-color: #5066AB; }
a { background-color: rgb(80,102,171); }
div.DivClassName
{
background-color: #5066AB;
}
.BgClassName
{
background-color: #5066AB;
}
</style>
border-color css
<style>
span { border-color: #5066AB; }
span { border-color: rgb(80,102,171); }
td.TdClassName
{
border-color: #5066AB;
}
.TagClassName
{
border-color: #5066AB;
}
</style>