Shades of San Marino #5068AC
Tints of San Marino #5068AC
RGB
CMYK
RGB Variations
Color information
#5068AC (or 0x5068AC) is known color: San Marino. HEX triplet: 50, 68 and AC. RGB value is (80,104,172). Sum of RGB (Red+Green+Blue) = 80+104+172=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5068AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5068AC is #AF9753. Grayscale: #686868. Windows color (decimal): -11507540 or 11298896. OLE color: 11298896.
HSL color Cylindrical-coordinate representation of color #5068AC: hue angle of 224.35º degrees, saturation: 0.37, 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 #5068AC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 104 | 172 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.33 |
| HSL | 224.35º | 0.37% | 0.49% | - |
| HSV(B) | 224.35º | 0.53% | 0.67% | - |
| XYZ | 15.7 | 14.58 | 41.02 | - |
| YUV | 104.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 172 | 0.53 | 0.40 | 0 | 0.33 | 224.35 | 0.37 | 0.49 |
| Hex | 50 | 68 | AC | 35 | 28 | 0 | 21 | E0 | 25 | 31 |
| Octal | 120 | 150 | 254 | 65 | 50 | 0 | 41 | 340 | 45 | 61 |
| Binary | 1010000 | 1101000 | 10101100 | 110101 | 101000 | 0 | 100001 | 11100000 | 100101 | 110001 |
Color Harmonies of #5068AC
Complementary color
Monochromatic Colors of #5068AC
Black with #5068AC
Text Example
Text Example
White with #5068AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068AC; }
p { color: rgb(80,104,172); }
H1.HeaderClassName
{
color: #5068AC;
}
.AnyTagClassName
{
color: #5068AC;
}
</style>
background-color css
<style>
a { background-color: #5068AC; }
a { background-color: rgb(80,104,172); }
div.DivClassName
{
background-color: #5068AC;
}
.BgClassName
{
background-color: #5068AC;
}
</style>
border-color css
<style>
span { border-color: #5068AC; }
span { border-color: rgb(80,104,172); }
td.TdClassName
{
border-color: #5068AC;
}
.TagClassName
{
border-color: #5068AC;
}
</style>