Shades of San Marino #59699E
Tints of San Marino #59699E
RGB
CMYK
RGB Variations
Color information
#59699E (or 0x59699E) is known color: San Marino. HEX triplet: 59, 69 and 9E. RGB value is (89,105,158). Sum of RGB (Red+Green+Blue) = 89+105+158=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #59699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699E is #A69661. Grayscale: #6A6A6A. Windows color (decimal): -10917474 or 10381657. OLE color: 10381657.
HSL color Cylindrical-coordinate representation of color #59699E: hue angle of 226.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59699E is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 105 | 158 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.38 |
| HSL | 226.09º | 0.28% | 0.48% | - |
| HSV(B) | 226.09º | 0.44% | 0.62% | - |
| XYZ | 15.34 | 14.7 | 34.38 | - |
| YUV | 106.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 158 | 0.44 | 0.34 | 0 | 0.38 | 226.09 | 0.28 | 0.48 |
| Hex | 59 | 69 | 9E | 2C | 22 | 0 | 26 | E2 | 1C | 30 |
| Octal | 131 | 151 | 236 | 54 | 42 | 0 | 46 | 342 | 34 | 60 |
| Binary | 1011001 | 1101001 | 10011110 | 101100 | 100010 | 0 | 100110 | 11100010 | 11100 | 110000 |
Color Harmonies of #59699E
Complementary color
Monochromatic Colors of #59699E
Black with #59699E
Text Example
Text Example
White with #59699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59699E; }
p { color: rgb(89,105,158); }
H1.HeaderClassName
{
color: #59699E;
}
.AnyTagClassName
{
color: #59699E;
}
</style>
background-color css
<style>
a { background-color: #59699E; }
a { background-color: rgb(89,105,158); }
div.DivClassName
{
background-color: #59699E;
}
.BgClassName
{
background-color: #59699E;
}
</style>
border-color css
<style>
span { border-color: #59699E; }
span { border-color: rgb(89,105,158); }
td.TdClassName
{
border-color: #59699E;
}
.TagClassName
{
border-color: #59699E;
}
</style>