Shades of San Marino #5579A9
Tints of San Marino #5579A9
RGB
CMYK
RGB Variations
Color information
#5579A9 (or 0x5579A9) is known color: San Marino. HEX triplet: 55, 79 and A9. RGB value is (85,121,169). Sum of RGB (Red+Green+Blue) = 85+121+169=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #5579A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579A9 is #AA8656. Grayscale: #737373. Windows color (decimal): -11175511 or 11106645. OLE color: 11106645.
HSL color Cylindrical-coordinate representation of color #5579A9: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5579A9 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 121 | 169 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.34 |
| HSL | 214.29º | 0.33% | 0.5% | - |
| HSV(B) | 214.29º | 0.5% | 0.66% | - |
| XYZ | 17.75 | 18.47 | 40.17 | - |
| YUV | 115.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 169 | 0.50 | 0.28 | 0 | 0.34 | 214.29 | 0.33 | 0.5 |
| Hex | 55 | 79 | A9 | 32 | 1C | 0 | 22 | D6 | 21 | 32 |
| Octal | 125 | 171 | 251 | 62 | 34 | 0 | 42 | 326 | 41 | 62 |
| Binary | 1010101 | 1111001 | 10101001 | 110010 | 11100 | 0 | 100010 | 11010110 | 100001 | 110010 |
Color Harmonies of #5579A9
Complementary color
Monochromatic Colors of #5579A9
Black with #5579A9
Text Example
Text Example
White with #5579A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579A9; }
p { color: rgb(85,121,169); }
H1.HeaderClassName
{
color: #5579A9;
}
.AnyTagClassName
{
color: #5579A9;
}
</style>
background-color css
<style>
a { background-color: #5579A9; }
a { background-color: rgb(85,121,169); }
div.DivClassName
{
background-color: #5579A9;
}
.BgClassName
{
background-color: #5579A9;
}
</style>
border-color css
<style>
span { border-color: #5579A9; }
span { border-color: rgb(85,121,169); }
td.TdClassName
{
border-color: #5579A9;
}
.TagClassName
{
border-color: #5579A9;
}
</style>