Shades of San Marino #59679E
Tints of San Marino #59679E
RGB
CMYK
RGB Variations
Color information
#59679E (or 0x59679E) is known color: San Marino. HEX triplet: 59, 67 and 9E. RGB value is (89,103,158). Sum of RGB (Red+Green+Blue) = 89+103+158=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #59679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59679E is #A69861. Grayscale: #686868. Windows color (decimal): -10917986 or 10381145. OLE color: 10381145.
HSL color Cylindrical-coordinate representation of color #59679E: hue angle of 227.83º 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 #59679E is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 103 | 158 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.38 |
| HSL | 227.83º | 0.28% | 0.48% | - |
| HSV(B) | 227.83º | 0.44% | 0.62% | - |
| XYZ | 15.14 | 14.29 | 34.31 | - |
| YUV | 105.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 158 | 0.44 | 0.35 | 0 | 0.38 | 227.83 | 0.28 | 0.48 |
| Hex | 59 | 67 | 9E | 2C | 23 | 0 | 26 | E4 | 1C | 30 |
| Octal | 131 | 147 | 236 | 54 | 43 | 0 | 46 | 344 | 34 | 60 |
| Binary | 1011001 | 1100111 | 10011110 | 101100 | 100011 | 0 | 100110 | 11100100 | 11100 | 110000 |
Color Harmonies of #59679E
Complementary color
Monochromatic Colors of #59679E
Black with #59679E
Text Example
Text Example
White with #59679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59679E; }
p { color: rgb(89,103,158); }
H1.HeaderClassName
{
color: #59679E;
}
.AnyTagClassName
{
color: #59679E;
}
</style>
background-color css
<style>
a { background-color: #59679E; }
a { background-color: rgb(89,103,158); }
div.DivClassName
{
background-color: #59679E;
}
.BgClassName
{
background-color: #59679E;
}
</style>
border-color css
<style>
span { border-color: #59679E; }
span { border-color: rgb(89,103,158); }
td.TdClassName
{
border-color: #59679E;
}
.TagClassName
{
border-color: #59679E;
}
</style>