Shades of San Marino #5078AA
Tints of San Marino #5078AA
RGB
CMYK
RGB Variations
Color information
#5078AA (or 0x5078AA) is known color: San Marino. HEX triplet: 50, 78 and AA. RGB value is (80,120,170). Sum of RGB (Red+Green+Blue) = 80+120+170=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #5078AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5078AA is #AF8755. Grayscale: #717171. Windows color (decimal): -11503446 or 11171920. OLE color: 11171920.
HSL color Cylindrical-coordinate representation of color #5078AA: hue angle of 213.33º 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 #5078AA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 120 | 170 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.33 |
| HSL | 213.33º | 0.36% | 0.49% | - |
| HSV(B) | 213.33º | 0.53% | 0.67% | - |
| XYZ | 17.28 | 18.04 | 40.6 | - |
| YUV | 113.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 170 | 0.53 | 0.29 | 0 | 0.33 | 213.33 | 0.36 | 0.49 |
| Hex | 50 | 78 | AA | 35 | 1D | 0 | 21 | D5 | 24 | 31 |
| Octal | 120 | 170 | 252 | 65 | 35 | 0 | 41 | 325 | 44 | 61 |
| Binary | 1010000 | 1111000 | 10101010 | 110101 | 11101 | 0 | 100001 | 11010101 | 100100 | 110001 |
Color Harmonies of #5078AA
Complementary color
Monochromatic Colors of #5078AA
Black with #5078AA
Text Example
Text Example
White with #5078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078AA; }
p { color: rgb(80,120,170); }
H1.HeaderClassName
{
color: #5078AA;
}
.AnyTagClassName
{
color: #5078AA;
}
</style>
background-color css
<style>
a { background-color: #5078AA; }
a { background-color: rgb(80,120,170); }
div.DivClassName
{
background-color: #5078AA;
}
.BgClassName
{
background-color: #5078AA;
}
</style>
border-color css
<style>
span { border-color: #5078AA; }
span { border-color: rgb(80,120,170); }
td.TdClassName
{
border-color: #5078AA;
}
.TagClassName
{
border-color: #5078AA;
}
</style>