Shades of San Marino #5072A6
Tints of San Marino #5072A6
RGB
CMYK
RGB Variations
Color information
#5072A6 (or 0x5072A6) is known color: San Marino. HEX triplet: 50, 72 and A6. RGB value is (80,114,166). Sum of RGB (Red+Green+Blue) = 80+114+166=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #5072A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5072A6 is #AF8D59. Grayscale: #6D6D6D. Windows color (decimal): -11504986 or 10908240. OLE color: 10908240.
HSL color Cylindrical-coordinate representation of color #5072A6: hue angle of 216.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5072A6 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 114 | 166 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.35 |
| HSL | 216.28º | 0.35% | 0.48% | - |
| HSV(B) | 216.28º | 0.52% | 0.65% | - |
| XYZ | 16.21 | 16.49 | 38.41 | - |
| YUV | 109.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 166 | 0.52 | 0.31 | 0 | 0.35 | 216.28 | 0.35 | 0.48 |
| Hex | 50 | 72 | A6 | 34 | 1F | 0 | 23 | D8 | 23 | 30 |
| Octal | 120 | 162 | 246 | 64 | 37 | 0 | 43 | 330 | 43 | 60 |
| Binary | 1010000 | 1110010 | 10100110 | 110100 | 11111 | 0 | 100011 | 11011000 | 100011 | 110000 |
Color Harmonies of #5072A6
Complementary color
Monochromatic Colors of #5072A6
Black with #5072A6
Text Example
Text Example
White with #5072A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072A6; }
p { color: rgb(80,114,166); }
H1.HeaderClassName
{
color: #5072A6;
}
.AnyTagClassName
{
color: #5072A6;
}
</style>
background-color css
<style>
a { background-color: #5072A6; }
a { background-color: rgb(80,114,166); }
div.DivClassName
{
background-color: #5072A6;
}
.BgClassName
{
background-color: #5072A6;
}
</style>
border-color css
<style>
span { border-color: #5072A6; }
span { border-color: rgb(80,114,166); }
td.TdClassName
{
border-color: #5072A6;
}
.TagClassName
{
border-color: #5072A6;
}
</style>