Shades of San Marino #5979AC
Tints of San Marino #5979AC
RGB
CMYK
RGB Variations
Color information
#5979AC (or 0x5979AC) is known color: San Marino. HEX triplet: 59, 79 and AC. RGB value is (89,121,172). Sum of RGB (Red+Green+Blue) = 89+121+172=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5979AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AC is #A68653. Grayscale: #757575. Windows color (decimal): -10913364 or 11303257. OLE color: 11303257.
HSL color Cylindrical-coordinate representation of color #5979AC: hue angle of 216.87º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5979AC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 121 | 172 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.33 |
| HSL | 216.87º | 0.33% | 0.51% | - |
| HSV(B) | 216.87º | 0.48% | 0.67% | - |
| XYZ | 18.4 | 18.78 | 41.68 | - |
| YUV | 117.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 172 | 0.48 | 0.30 | 0 | 0.33 | 216.87 | 0.33 | 0.51 |
| Hex | 59 | 79 | AC | 30 | 1E | 0 | 21 | D9 | 21 | 33 |
| Octal | 131 | 171 | 254 | 60 | 36 | 0 | 41 | 331 | 41 | 63 |
| Binary | 1011001 | 1111001 | 10101100 | 110000 | 11110 | 0 | 100001 | 11011001 | 100001 | 110011 |
Color Harmonies of #5979AC
Complementary color
Monochromatic Colors of #5979AC
Black with #5979AC
Text Example
Text Example
White with #5979AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979AC; }
p { color: rgb(89,121,172); }
H1.HeaderClassName
{
color: #5979AC;
}
.AnyTagClassName
{
color: #5979AC;
}
</style>
background-color css
<style>
a { background-color: #5979AC; }
a { background-color: rgb(89,121,172); }
div.DivClassName
{
background-color: #5979AC;
}
.BgClassName
{
background-color: #5979AC;
}
</style>
border-color css
<style>
span { border-color: #5979AC; }
span { border-color: rgb(89,121,172); }
td.TdClassName
{
border-color: #5979AC;
}
.TagClassName
{
border-color: #5979AC;
}
</style>