Shades of San Marino #59799D
Tints of San Marino #59799D
RGB
CMYK
RGB Variations
Color information
#59799D (or 0x59799D) is known color: San Marino. HEX triplet: 59, 79 and 9D. RGB value is (89,121,157). Sum of RGB (Red+Green+Blue) = 89+121+157=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #59799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59799D is #A68662. Grayscale: #737373. Windows color (decimal): -10913379 or 10320217. OLE color: 10320217.
HSL color Cylindrical-coordinate representation of color #59799D: hue angle of 211.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59799D is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 121 | 157 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.38 |
| HSL | 211.76º | 0.28% | 0.48% | - |
| HSV(B) | 211.76º | 0.43% | 0.62% | - |
| XYZ | 17.04 | 18.23 | 34.52 | - |
| YUV | 115.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 157 | 0.43 | 0.23 | 0 | 0.38 | 211.76 | 0.28 | 0.48 |
| Hex | 59 | 79 | 9D | 2B | 17 | 0 | 26 | D4 | 1C | 30 |
| Octal | 131 | 171 | 235 | 53 | 27 | 0 | 46 | 324 | 34 | 60 |
| Binary | 1011001 | 1111001 | 10011101 | 101011 | 10111 | 0 | 100110 | 11010100 | 11100 | 110000 |
Color Harmonies of #59799D
Complementary color
Monochromatic Colors of #59799D
Black with #59799D
Text Example
Text Example
White with #59799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59799D; }
p { color: rgb(89,121,157); }
H1.HeaderClassName
{
color: #59799D;
}
.AnyTagClassName
{
color: #59799D;
}
</style>
background-color css
<style>
a { background-color: #59799D; }
a { background-color: rgb(89,121,157); }
div.DivClassName
{
background-color: #59799D;
}
.BgClassName
{
background-color: #59799D;
}
</style>
border-color css
<style>
span { border-color: #59799D; }
span { border-color: rgb(89,121,157); }
td.TdClassName
{
border-color: #59799D;
}
.TagClassName
{
border-color: #59799D;
}
</style>