Shades of San Marino #5067A2
Tints of San Marino #5067A2
RGB
CMYK
RGB Variations
Color information
#5067A2 (or 0x5067A2) is known color: San Marino. HEX triplet: 50, 67 and A2. RGB value is (80,103,162). Sum of RGB (Red+Green+Blue) = 80+103+162=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #5067A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5067A2 is #AF985D. Grayscale: #666666. Windows color (decimal): -11507806 or 10643280. OLE color: 10643280.
HSL color Cylindrical-coordinate representation of color #5067A2: hue angle of 223.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5067A2 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 103 | 162 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.36 |
| HSL | 223.17º | 0.34% | 0.47% | - |
| HSV(B) | 223.17º | 0.51% | 0.64% | - |
| XYZ | 14.68 | 14.01 | 36.11 | - |
| YUV | 102.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 162 | 0.51 | 0.36 | 0 | 0.36 | 223.17 | 0.34 | 0.47 |
| Hex | 50 | 67 | A2 | 33 | 24 | 0 | 24 | DF | 22 | 2F |
| Octal | 120 | 147 | 242 | 63 | 44 | 0 | 44 | 337 | 42 | 57 |
| Binary | 1010000 | 1100111 | 10100010 | 110011 | 100100 | 0 | 100100 | 11011111 | 100010 | 101111 |
Color Harmonies of #5067A2
Complementary color
Monochromatic Colors of #5067A2
Black with #5067A2
Text Example
Text Example
White with #5067A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067A2; }
p { color: rgb(80,103,162); }
H1.HeaderClassName
{
color: #5067A2;
}
.AnyTagClassName
{
color: #5067A2;
}
</style>
background-color css
<style>
a { background-color: #5067A2; }
a { background-color: rgb(80,103,162); }
div.DivClassName
{
background-color: #5067A2;
}
.BgClassName
{
background-color: #5067A2;
}
</style>
border-color css
<style>
span { border-color: #5067A2; }
span { border-color: rgb(80,103,162); }
td.TdClassName
{
border-color: #5067A2;
}
.TagClassName
{
border-color: #5067A2;
}
</style>