Shades of San Marino #59689F
Tints of San Marino #59689F
RGB
CMYK
RGB Variations
Color information
#59689F (or 0x59689F) is known color: San Marino. HEX triplet: 59, 68 and 9F. RGB value is (89,104,159). Sum of RGB (Red+Green+Blue) = 89+104+159=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #59689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59689F is #A69760. Grayscale: #696969. Windows color (decimal): -10917729 or 10446937. OLE color: 10446937.
HSL color Cylindrical-coordinate representation of color #59689F: hue angle of 227.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59689F is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 104 | 159 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.38 |
| HSL | 227.14º | 0.28% | 0.49% | - |
| HSV(B) | 227.14º | 0.44% | 0.62% | - |
| XYZ | 15.33 | 14.53 | 34.8 | - |
| YUV | 105.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 159 | 0.44 | 0.35 | 0 | 0.38 | 227.14 | 0.28 | 0.49 |
| Hex | 59 | 68 | 9F | 2C | 23 | 0 | 26 | E3 | 1C | 31 |
| Octal | 131 | 150 | 237 | 54 | 43 | 0 | 46 | 343 | 34 | 61 |
| Binary | 1011001 | 1101000 | 10011111 | 101100 | 100011 | 0 | 100110 | 11100011 | 11100 | 110001 |
Color Harmonies of #59689F
Complementary color
Monochromatic Colors of #59689F
Black with #59689F
Text Example
Text Example
White with #59689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59689F; }
p { color: rgb(89,104,159); }
H1.HeaderClassName
{
color: #59689F;
}
.AnyTagClassName
{
color: #59689F;
}
</style>
background-color css
<style>
a { background-color: #59689F; }
a { background-color: rgb(89,104,159); }
div.DivClassName
{
background-color: #59689F;
}
.BgClassName
{
background-color: #59689F;
}
</style>
border-color css
<style>
span { border-color: #59689F; }
span { border-color: rgb(89,104,159); }
td.TdClassName
{
border-color: #59689F;
}
.TagClassName
{
border-color: #59689F;
}
</style>